Files
nairobi/db/migrate/20171003223152_add_officer_to_poll_voter.rb
2017-10-04 00:39:31 +02:00

6 lines
128 B
Ruby

class AddOfficerToPollVoter < ActiveRecord::Migration
def change
add_column :poll_voters, :officer_id, :integer
end
end