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;