fixes conflicts with polls

This commit is contained in:
rgarcia
2017-01-29 00:44:56 +01:00
10 changed files with 185 additions and 73 deletions

View File

@@ -0,0 +1,5 @@
class AddOfficerAssignmentToVotes < ActiveRecord::Migration
def change
add_column :poll_voters, :officer_assignment_id, :integer, default: nil
end
end