Eingabe Heizung
This commit is contained in:
13
prisma/migrations/20250518152713_/migration.sql
Normal file
13
prisma/migrations/20250518152713_/migration.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `rohrnetztyp_18599` on the `BedarfsausweisWohnen` table. All the data in the column will be lost.
|
||||
- You are about to drop the column `waerme_erzeugung_heizung_18599` on the `BedarfsausweisWohnen` table. All the data in the column will be lost.
|
||||
- You are about to drop the column `waerme_erzeugung_heizung_art_18599` on the `BedarfsausweisWohnen` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "BedarfsausweisWohnen" DROP COLUMN "rohrnetztyp_18599",
|
||||
DROP COLUMN "waerme_erzeugung_heizung_18599",
|
||||
DROP COLUMN "waerme_erzeugung_heizung_art_18599",
|
||||
ALTER COLUMN "planungswerte_bauteil" SET DEFAULT '[{}]';
|
||||
Reference in New Issue
Block a user