Actions
Bug #3202
closedOrphaned records migration should use delete_all for speed
Description
The orphaned records migration added in #2400 used destroy instead of delete, but we can switch for more speed.
Actions
Description
The orphaned records migration added in #2400 used destroy instead of delete, but we can switch for more speed.