mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #245 from Hestia-Homes/feature/new-epc-tables
EPC Tables: Correct attempted migration
This commit is contained in:
commit
738f09dbfb
5 changed files with 8626 additions and 2 deletions
|
|
@ -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;
|
||||
1
src/app/db/migrations/0188_wild_morph.sql
Normal file
1
src/app/db/migrations/0188_wild_morph.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "epc_window" ALTER COLUMN "frame_material" DROP NOT NULL;
|
||||
|
|
@ -4498,7 +4498,7 @@
|
|||
"name": "frame_material",
|
||||
"type": "text",
|
||||
"primaryKey": false,
|
||||
"notNull": false
|
||||
"notNull": true
|
||||
},
|
||||
"frame_factor": {
|
||||
"name": "frame_factor",
|
||||
|
|
|
|||
8616
src/app/db/migrations/meta/0188_snapshot.json
Normal file
8616
src/app/db/migrations/meta/0188_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1317,6 +1317,13 @@
|
|||
"when": 1777307158192,
|
||||
"tag": "0187_mean_salo",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 188,
|
||||
"version": "7",
|
||||
"when": 1777364161220,
|
||||
"tag": "0188_wild_morph",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue