mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-14 22:53:53 -05:00
Use db_table_exists?
method in new cli/maintenance area (#29677)
This commit is contained in:
parent
cdd168f5d3
commit
718ee72c80
@ -131,7 +131,7 @@ module Mastodon::CLI
|
||||
end
|
||||
end
|
||||
|
||||
if ActiveRecord::Base.connection.table_exists?(:severed_relationships)
|
||||
if db_table_exists?(:severed_relationships)
|
||||
SeveredRelationship.where(local_account_id: other_account.id).reorder(nil).find_each do |record|
|
||||
record.update_attribute(:local_account_id, id)
|
||||
rescue ActiveRecord::RecordNotUnique
|
||||
|
Loading…
x
Reference in New Issue
Block a user