diff --git a/app/models/account_migration.rb b/app/models/account_migration.rb index 0be2ae932..f2b78f85f 100644 --- a/app/models/account_migration.rb +++ b/app/models/account_migration.rb @@ -128,7 +128,7 @@ class AccountMigration < ApplicationRecord def person_references references = Person.reflections.reject {|key, _| - %w[profile owner notifications pod].include?(key) + %w[profile owner notifications pod account_migration].include?(key) } references.map {|key, value|