Files
online-energieausweis/prisma/migrations/20251017220401_/migration.sql
2025-10-17 18:05:53 -04:00

10 lines
233 B
SQL

/*
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);