Fix test
This commit is contained in:
parent
676c33b40e
commit
4f0e15a454
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class RemoveBoostsWideningAudience < ActiveRecord::Migration[5.2]
|
||||||
|
|
||||||
# Sorry, but remove to fix test
|
# Sorry, but remove to fix test
|
||||||
# RemovalWorker.push_bulk(public_boosts.pluck(:id))
|
# 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, :searchability
|
||||||
remove_column :statuses, :limited_scope
|
remove_column :statuses, :limited_scope
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue