adds origin to poll voters

This commit is contained in:
rgarcia
2017-10-02 16:18:08 +02:00
parent 60fb142fff
commit 0147401fbe
5 changed files with 73 additions and 1 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: 20170927110953) do
ActiveRecord::Schema.define(version: 20171002121658) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -733,6 +733,7 @@ ActiveRecord::Schema.define(version: 20170927110953) do
t.integer "answer_id"
t.integer "officer_assignment_id"
t.integer "user_id"
t.string "origin"
end
add_index "poll_voters", ["booth_assignment_id"], name: "index_poll_voters_on_booth_assignment_id", using: :btree