mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 16:46:42 +01:00
6 lines
139 B
Ruby
6 lines
139 B
Ruby
class AddTranslationToProblem < ActiveRecord::Migration[4.2]
|
|
def change
|
|
add_reference :problems, :translation, index: true
|
|
end
|
|
end
|