Chore: Replaced dependent destroy with dependent destroy_async in all models (#3249)
This commit is contained in:
@@ -12,5 +12,5 @@ class PlatformApp < ApplicationRecord
|
||||
|
||||
validates :name, presence: true
|
||||
|
||||
has_many :platform_app_permissibles, dependent: :destroy
|
||||
has_many :platform_app_permissibles, dependent: :destroy_async
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user