mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Merge pull request #327 from Hestia-Homes/feature/wall-insulation-jsonb
SQL correction for wall insulation thickness column migration
This commit is contained in:
commit
4b0133ac5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;;
|
||||
Loading…
Add table
Reference in a new issue