1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 00:36:42 +01:00
projekteuler/db/migrate/20141214220056_add_translation_to_problem.rb

6 lines
139 B
Ruby

class AddTranslationToProblem < ActiveRecord::Migration[4.2]
def change
add_reference :problems, :translation, index: true
end
end