prisma migration

This commit is contained in:
titver968
2026-01-09 09:37:31 +01:00
parent 0e21b78a4c
commit 838a38fc18
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
node_modules node_modules
.idea
# Output # Output
.output .output

View File

@@ -0,0 +1,4 @@
-- AlterTable
ALTER TABLE "anmeldungen" ADD COLUMN "notfallNachname" TEXT;
ALTER TABLE "anmeldungen" ADD COLUMN "notfallTelefon" TEXT;
ALTER TABLE "anmeldungen" ADD COLUMN "notfallVorname" TEXT;