You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue as update_links, a destroy on each as well as any subsequeunt count callbacks, etc. Instead we should bulk delete the set_member_subjects, the associated subject_workflow_counts and manually queue the QueueRemovalWorker.
Once the set_member_subjects are taken care of we can then remove the subject_set and it's subject_set_workflows by a normal delete probably (taking care to reset the subject_set#set_member_subject relation).
The text was updated successfully, but these errors were encountered:
similar to #672
Same issue as update_links, a destroy on each as well as any subsequeunt count callbacks, etc. Instead we should bulk delete the
set_member_subjects
, the associatedsubject_workflow_counts
and manually queue the QueueRemovalWorker.Once the
set_member_subjects
are taken care of we can then remove thesubject_set
and it'ssubject_set_workflows
by a normal delete probably (taking care to reset the subject_set#set_member_subject relation).The text was updated successfully, but these errors were encountered: