jipe_app/db/migrate/20160711085713_add_provenance_to_registrant.rb
2017-08-14 10:53:30 +02:00

6 lines
135 B
Ruby

class AddProvenanceToRegistrant < ActiveRecord::Migration
def change
add_column :registrants, :provenance_id, :integer
end
end