mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
6 lines
134 B
Ruby
6 lines
134 B
Ruby
class AddProblemToTranslation < ActiveRecord::Migration
|
|
def change
|
|
add_reference :translations, :problem, index: true
|
|
end
|
|
end
|