Fixed AddIsFlaggedAsSpamToAccounts migration down removal value
This commit is contained in:
parent
bec3360b66
commit
00e6d799e8
|
@ -4,6 +4,6 @@ class AddIsFlaggedAsSpamToAccounts < ActiveRecord::Migration[5.2]
|
|||
end
|
||||
|
||||
def down
|
||||
remove_column :accounts, :is_pro
|
||||
remove_column :accounts, :is_flagged_as_spam
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue