14 lines
690 B
SQL
14 lines
690 B
SQL
/*
|
|
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 '[{}]';
|