Files
grecia/db/migrate/20151117225104_add_proposals_to_annotations.rb
2015-12-16 11:45:46 +01:00

6 lines
155 B
Ruby

class AddProposalsToAnnotations < ActiveRecord::Migration
def change
add_reference :annotations, :proposal, index: true, foreign_key: true
end
end