|
|
@ -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[7.2].define(version: 2025_02_25_180643) do |
|
|
|
ActiveRecord::Schema[7.2].define(version: 2025_03_05_092900) 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" |
|
|
|
|
|
|
|
|
|
|
@ -852,6 +852,7 @@ ActiveRecord::Schema[7.2].define(version: 2025_02_25_180643) do |
|
|
|
t.boolean "reactivate_with_organisation" |
|
|
|
t.boolean "reactivate_with_organisation" |
|
|
|
t.datetime "discarded_at" |
|
|
|
t.datetime "discarded_at" |
|
|
|
t.string "phone_extension" |
|
|
|
t.string "phone_extension" |
|
|
|
|
|
|
|
t.datetime "values_updated_at" |
|
|
|
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 ["email"], name: "index_users_on_email", 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 |
|
|
|
t.index ["encrypted_otp_secret_key"], name: "index_users_on_encrypted_otp_secret_key", unique: true |
|
|
|