|
|
@ -10,7 +10,7 @@ |
|
|
|
# |
|
|
|
# |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(version: 2019_09_04_222339) do |
|
|
|
ActiveRecord::Schema.define(version: 2019_09_17_213523) do |
|
|
|
|
|
|
|
|
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
enable_extension "plpgsql" |
|
|
|
enable_extension "plpgsql" |
|
|
@ -743,6 +743,7 @@ ActiveRecord::Schema.define(version: 2019_09_04_222339) do |
|
|
|
t.index ["confirmation_token"], name: "index_users_on_confirmation_token", unique: true |
|
|
|
t.index ["confirmation_token"], name: "index_users_on_confirmation_token", unique: true |
|
|
|
t.index ["created_by_application_id"], name: "index_users_on_created_by_application_id" |
|
|
|
t.index ["created_by_application_id"], name: "index_users_on_created_by_application_id" |
|
|
|
t.index ["email"], name: "index_users_on_email", unique: true |
|
|
|
t.index ["email"], name: "index_users_on_email", unique: true |
|
|
|
|
|
|
|
t.index ["remember_token"], name: "index_users_on_remember_token", unique: true |
|
|
|
t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true |
|
|
|
t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|