|
|
|
@ -10,7 +10,7 @@ |
|
|
|
# |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
|
|
|
|
ActiveRecord::Schema[7.1].define(version: 2025_11_13_045029) do |
|
|
|
ActiveRecord::Schema[7.1].define(version: 2025_11_18_075147) do |
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
enable_extension "plpgsql" |
|
|
|
|
|
|
|
@ -48,6 +48,7 @@ ActiveRecord::Schema[7.1].define(version: 2025_11_13_045029) do |
|
|
|
t.datetime "confirmed_at" |
|
|
|
t.datetime "confirmation_sent_at" |
|
|
|
t.string "unconfirmed_email" |
|
|
|
t.boolean "praepedeutikum_done", default: false, null: false |
|
|
|
t.index ["confirmation_token"], name: "index_users_on_confirmation_token" |
|
|
|
t.index ["email"], name: "index_users_on_email", unique: true |
|
|
|
t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true |
|
|
|
|