Auth in progress

This commit is contained in:
Philip
2025-04-07 22:24:50 +02:00
parent 249f3b6578
commit 72762cb02c
13 changed files with 932 additions and 11 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "User" ADD COLUMN "password" TEXT NOT NULL DEFAULT 'test';

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "User" ALTER COLUMN "password" DROP DEFAULT;