fix(auth): add account, session, and verification schemas; make passwordHash nullable
This commit is contained in:
1
Backend/drizzle/0013_users_password_hash_nullable.sql
Normal file
1
Backend/drizzle/0013_users_password_hash_nullable.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "users" ALTER COLUMN "password_hash" DROP NOT NULL;
|
||||
Reference in New Issue
Block a user