1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00
projekteuler/db/migrate/20141214221259_add_problem_to_translation.rb

6 lines
134 B
Ruby

class AddProblemToTranslation < ActiveRecord::Migration
def change
add_reference :translations, :problem, index: true
end
end