1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 16:46:42 +01:00
projekteuler/db/migrate/20141213151812_rename_problems_table_to_translations.rb

6 lines
131 B
Ruby

class RenameProblemsTableToTranslations < ActiveRecord::Migration
def change
rename_table :problems, :translations
end
end