Revert "Fix: アカウント削除時エラーが出る問題"

This reverts commit aadde1bbaa.
This commit is contained in:
KMY 2024-10-09 20:25:30 +09:00
parent aadde1bbaa
commit 75d3b2dfd0
3 changed files with 0 additions and 8 deletions

View file

@ -19,7 +19,6 @@ module Account::Associations
has_many :conversations, class_name: 'AccountConversation', dependent: :destroy, inverse_of: :account
has_many :scheduled_statuses, inverse_of: :account, dependent: :destroy
has_many :scheduled_expiration_statuses, inverse_of: :account, dependent: :destroy
has_many :ng_rule_histories, inverse_of: :account, dependent: :destroy
# Notifications
has_many :notifications, inverse_of: :account, dependent: :destroy