Files
nairobi/db/migrate/20161221131403_add_signture_id_to_votes.rb
2016-12-21 18:46:31 +01:00

6 lines
126 B
Ruby

class AddSigntureIdToVotes < ActiveRecord::Migration
def change
add_reference :votes, :signature, index: true
end
end