Add Officer relationship to Poll Voter

This commit is contained in:
Bertocq
2017-10-04 00:39:31 +02:00
parent 885a7bff2a
commit e928eb38ac
5 changed files with 11 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20171003212958) do
ActiveRecord::Schema.define(version: 20171003223152) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -752,6 +752,7 @@ ActiveRecord::Schema.define(version: 20171003212958) do
t.integer "officer_assignment_id"
t.integer "user_id"
t.string "origin"
t.integer "officer_id"
end
add_index "poll_voters", ["booth_assignment_id"], name: "index_poll_voters_on_booth_assignment_id", using: :btree