This commit is contained in:
KMY 2024-12-06 12:32:49 +09:00
parent 676c33b40e
commit 4f0e15a454

View file

@ -21,7 +21,7 @@ class RemoveBoostsWideningAudience < ActiveRecord::Migration[5.2]
# Sorry, but remove to fix test
# RemovalWorker.push_bulk(public_boosts.pluck(:id))
Status.where(id: public_boosts).delete_all
Status.where(id: public_boosts.pluck(:id)).delete_all
remove_column :statuses, :searchability
remove_column :statuses, :limited_scope