Empfänger und Stammdaten speichern
This commit is contained in:
9
prisma/migrations/20251017220401_/migration.sql
Normal file
9
prisma/migrations/20251017220401_/migration.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `anrede` on the `benutzer` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "benutzer" DROP COLUMN "anrede",
|
||||
ADD COLUMN "empfaenger" VARCHAR(100);
|
||||
Reference in New Issue
Block a user