Chore: Replaced dependent destroy with dependent destroy_async in all models (#3249)
This commit is contained in:
@@ -4,6 +4,6 @@ module Reportable
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
has_many :events, dependent: :destroy
|
||||
has_many :events, dependent: :destroy_async
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user