|
|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
# |
|
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema[7.0].define(version: 2023_02_03_104238) do |
|
|
|
|
ActiveRecord::Schema[7.0].define(version: 2023_02_03_174815) do |
|
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
|
enable_extension "plpgsql" |
|
|
|
|
|
|
|
|
|
@ -595,6 +595,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_02_03_104238) do
|
|
|
|
|
t.datetime "confirmed_at", precision: nil |
|
|
|
|
t.datetime "confirmation_sent_at", precision: nil |
|
|
|
|
t.string "unconfirmed_email" |
|
|
|
|
t.boolean "initial_confirmation_sent" |
|
|
|
|
t.index ["confirmation_token"], name: "index_users_on_confirmation_token", unique: true |
|
|
|
|
t.index ["email"], name: "index_users_on_email", unique: true |
|
|
|
|
t.index ["encrypted_otp_secret_key"], name: "index_users_on_encrypted_otp_secret_key", unique: true |
|
|
|
|
|