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
|
end
|
||||||
|
|
||||||
def down
|
def down
|
||||||
remove_column :accounts, :is_pro
|
remove_column :accounts, :is_flagged_as_spam
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue