Files
online-energieausweis/prisma/migrations/20250407035218_pruefpunkte/migration.sql
2025-04-07 00:47:31 -04:00

48 lines
3.2 KiB
SQL

-- AlterTable
ALTER TABLE "BedarfsausweisWohnen" ADD COLUMN "pruefpunkt_anteil_warmwasser" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_fenster" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_geometrie" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_heizungsalter" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_heizungsanlage" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_plz" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_strom_abweichung" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_strom_null" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_verbrauch_abweichung" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_verbrauch_hoch" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_verbrauch_niedrig" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_verbrauch_null" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_wohnflaeche" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_wohnflaeche_einheiten" BOOLEAN NOT NULL DEFAULT false;
-- AlterTable
ALTER TABLE "VerbrauchsausweisGewerbe" ADD COLUMN "pruefpunkt_anteil_warmwasser" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_fenster" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_geometrie" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_heizungsalter" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_heizungsanlage" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_plz" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_strom_abweichung" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_strom_null" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_verbrauch_abweichung" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_verbrauch_hoch" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_verbrauch_niedrig" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_verbrauch_null" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_wohnflaeche" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_wohnflaeche_einheiten" BOOLEAN NOT NULL DEFAULT false;
-- AlterTable
ALTER TABLE "VerbrauchsausweisWohnen" ADD COLUMN "pruefpunkt_anteil_warmwasser" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_fenster" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_geometrie" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_heizungsalter" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_heizungsanlage" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_plz" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_strom_abweichung" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_strom_null" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_verbrauch_abweichung" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_verbrauch_hoch" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_verbrauch_niedrig" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_verbrauch_null" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_wohnflaeche" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "pruefpunkt_wohnflaeche_einheiten" BOOLEAN NOT NULL DEFAULT false;