Merge pull request #245 from Hestia-Homes/feature/new-epc-tables

EPC Tables: Correct attempted migration
This commit is contained in:
Daniel Roth 2026-04-28 12:48:33 +01:00 committed by GitHub
commit 738f09dbfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8626 additions and 2 deletions

View file

@ -1,2 +1,2 @@
ALTER TABLE "epc_window" RENAME COLUMN "pvc_frame" TO "frame_material" DROP NOT NULL;--> statement-breakpoint
ALTER TABLE "epc_window" RENAME COLUMN "pvc_frame" TO "frame_material";--> statement-breakpoint
ALTER TABLE "epc_window" ALTER COLUMN "transmission_data_source" SET DATA TYPE text;

View file

@ -0,0 +1 @@
ALTER TABLE "epc_window" ALTER COLUMN "frame_material" DROP NOT NULL;

View file

@ -4498,7 +4498,7 @@
"name": "frame_material",
"type": "text",
"primaryKey": false,
"notNull": false
"notNull": true
},
"frame_factor": {
"name": "frame_factor",

File diff suppressed because it is too large Load diff

View file

@ -1317,6 +1317,13 @@
"when": 1777307158192,
"tag": "0187_mean_salo",
"breakpoints": true
},
{
"idx": 188,
"version": "7",
"when": 1777364161220,
"tag": "0188_wild_morph",
"breakpoints": true
}
]
}