SQL correction

This commit is contained in:
Daniel Roth 2026-06-24 15:06:43 +00:00
parent e3a58e7e9c
commit 1b7d314fdd

View file

@ -1 +1 @@
ALTER TABLE "epc_building_part" ALTER COLUMN "wall_insulation_thickness" SET DATA TYPE jsonb;
ALTER TABLE "epc_building_part" ALTER COLUMN "wall_insulation_thickness" SET DATA TYPE jsonb USING wall_insulation_thickness::jsonb;;