Fixed AddIsFlaggedAsSpamToAccounts migration down removal value

This commit is contained in:
Developer 2021-02-18 23:21:09 +00:00
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