mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 10:38:50 +01:00
Update migrations to include their versions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class RenameProblemsTableToTranslations < ActiveRecord::Migration
|
||||
class RenameProblemsTableToTranslations < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
rename_table :problems, :translations
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user