Skip to content

Commit c26e386

Browse files
authored
DEV: resolve Rails/ReversibleMigrationMethodDefinition errors (#110)
1 parent 1b08bb2 commit c26e386

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

db/migrate/20190724055909_move_to_managed_authenticator.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ def up
2222
DO NOTHING
2323
SQL
2424
end
25+
26+
def down
27+
raise ActiveRecord::IrreversibleMigration
28+
end
2529
end

0 commit comments

Comments
 (0)