Merge pull request #327 from Hestia-Homes/feature/wall-insulation-jsonb

SQL correction for wall insulation thickness column migration
This commit is contained in:
Daniel Roth 2026-06-24 16:08:49 +01:00 committed by GitHub
commit 4b0133ac5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;;