This commit is contained in:
KMY 2024-12-06 12:32:22 +09:00
parent 96869333da
commit 676c33b40e

View file

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