fixes conflicts with polls
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddOfficerAssignmentToVotes < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :poll_voters, :officer_assignment_id, :integer, default: nil
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user