fix(auth): add account, session, and verification schemas; make passwordHash nullable

This commit is contained in:
2026-01-30 18:10:00 +00:00
parent e5814e1914
commit f1919ca0e1
5 changed files with 20 additions and 3 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "users" ALTER COLUMN "password_hash" DROP NOT NULL;

View File

@@ -92,6 +92,13 @@
"when": 1770740394562,
"tag": "0012_natural_daredevil",
"breakpoints": true
},
{
"idx": 13,
"version": "7",
"when": 1770800000000,
"tag": "0013_users_password_hash_nullable",
"breakpoints": true
}
]
}
}