DEV: resolve Rails/ReversibleMigrationMethodDefinition errors (#96)
This commit is contained in:
parent
4fd9069115
commit
d52e6af7e2
|
@ -19,4 +19,8 @@ class MigrateSteamAuthData < ActiveRecord::Migration[5.2]
|
||||||
WHERE plugin_name = 'steam'
|
WHERE plugin_name = 'steam'
|
||||||
SQL
|
SQL
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
raise ActiveRecord::IrreversibleMigration
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue