mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
migration files
This commit is contained in:
parent
d0b39ecdcb
commit
4f6537bf7e
3 changed files with 11510 additions and 0 deletions
5
src/app/db/migrations/0242_green_meggan.sql
Normal file
5
src/app/db/migrations/0242_green_meggan.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE "epc_property" ADD COLUMN "conservatory_floor_area_m2" double precision;--> statement-breakpoint
|
||||
ALTER TABLE "epc_property" ADD COLUMN "conservatory_glazed_perimeter_m" double precision;--> statement-breakpoint
|
||||
ALTER TABLE "epc_property" ADD COLUMN "conservatory_double_glazed" boolean;--> statement-breakpoint
|
||||
ALTER TABLE "epc_property" ADD COLUMN "conservatory_thermally_separated" boolean;--> statement-breakpoint
|
||||
ALTER TABLE "epc_property" ADD COLUMN "conservatory_room_height_storeys" double precision;
|
||||
11498
src/app/db/migrations/meta/0242_snapshot.json
Normal file
11498
src/app/db/migrations/meta/0242_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1688,6 +1688,13 @@
|
|||
"when": 1782133366769,
|
||||
"tag": "0241_rainy_sway",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 242,
|
||||
"version": "7",
|
||||
"when": 1782309144861,
|
||||
"tag": "0242_green_meggan",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue