More tests
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled

This commit is contained in:
Dan Milne
2025-10-26 23:56:02 +11:00
parent 0ce38e3202
commit a2a954b4c3
6 changed files with 576 additions and 6 deletions

3
db/schema.rb generated
View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[8.1].define(version: 2025_10_26_033102) do
ActiveRecord::Schema[8.1].define(version: 2025_10_26_113035) do
create_table "application_groups", force: :cascade do |t|
t.integer "application_id", null: false
t.datetime "created_at", null: false
@@ -169,6 +169,7 @@ ActiveRecord::Schema[8.1].define(version: 2025_10_26_033102) do
t.text "backup_codes"
t.datetime "created_at", null: false
t.string "email_address", null: false
t.datetime "last_sign_in_at"
t.string "password_digest", null: false
t.integer "status", default: 0, null: false
t.boolean "totp_required", default: false, null: false