DEV: resolve Rails/ReversibleMigrationMethodDefinition errors (#110)
This commit is contained in:
parent
1b08bb2f93
commit
c26e3865d8
|
@ -22,4 +22,8 @@ class MoveToManagedAuthenticator < ActiveRecord::Migration[5.2]
|
|||
DO NOTHING
|
||||
SQL
|
||||
end
|
||||
|
||||
def down
|
||||
raise ActiveRecord::IrreversibleMigration
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue