db updates

This commit is contained in:
2026-07-11 12:31:22 -04:00
parent a8c41a6852
commit fa2a1e7639
6 changed files with 906 additions and 1 deletions
@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "User" ADD COLUMN "passwordHash" TEXT,
ALTER COLUMN "googleId" DROP NOT NULL;