prisma migration
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
node_modules
|
node_modules
|
||||||
|
.idea
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
.output
|
.output
|
||||||
|
|||||||
@@ -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;
|
||||||
Reference in New Issue
Block a user