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
Use bulk update for marking objects of a Study not shared copied/moved from/to other Studies for deletion:
update location
set status =1,
instance_fk =nullwhere pk in (selectl2_0.pkfrom location l2_0
join instance i2_0 oni2_0.pk=l2_0.instance_fkjoin series s1_0 ons1_0.pk=i2_0.series_fkwheres1_0.study_fk= ?
andl2_0.status<>1andl2_0.object_type=0andl2_0.multi_ref is nullandl2_0.uidmap_fk is null)
to speed-up permanent deletion of Studies with objects not shared copied/moved from/to other Studies.
Use bulk update for marking objects of a Study not shared copied/moved from/to other Studies for deletion:
to speed-up permanent deletion of Studies with objects not shared copied/moved from/to other Studies.
Related #4443, #4444
The text was updated successfully, but these errors were encountered: