Pronoun question and a few fixes

This commit is contained in:
Godwin
2017-06-12 21:27:13 -07:00
parent 6a6dfca503
commit 2ecda2bc74
15 changed files with 91 additions and 51 deletions
+3 -1
View File
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170609030149) do
ActiveRecord::Schema.define(version: 20170613022506) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -110,6 +110,7 @@ ActiveRecord::Schema.define(version: 20170609030149) do
t.boolean "is_participant"
t.boolean "is_volunteer"
t.string "confirmation_token"
t.binary "data_old"
t.string "email"
t.boolean "complete"
t.boolean "completed"
@@ -436,6 +437,7 @@ ActiveRecord::Schema.define(version: 20170609030149) do
t.boolean "has_workbench_access"
t.datetime "workbench_access_request_date"
t.text "workbench_access_request_message"
t.string "pronoun"
end
add_index "users", ["activation_token"], name: "index_users_on_activation_token", using: :btree