Skip to content

Commit

Permalink
DEV: resolve Rails/ReversibleMigrationMethodDefinition errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks committed Oct 25, 2024
1 parent 4fd9069 commit 538cee3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db/migrate/20190510055357_migrate_steam_auth_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ def up
WHERE plugin_name = 'steam'
SQL
end

def down
raise ActiveRecord::IrreversibleMigration
end
end

0 comments on commit 538cee3

Please sign in to comment.