Fixed AddIsFlaggedAsSpamToAccounts migration down removal value

This commit is contained in:
Developer 2021-02-18 23:21:09 +00:00
parent bec3360b66
commit 00e6d799e8
1 changed files with 1 additions and 1 deletions

View File

@ -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