mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-22 08:48:34 +00:00
migration files
This commit is contained in:
parent
e36fb5398d
commit
782ad7b1d0
3 changed files with 11676 additions and 0 deletions
4
src/app/db/migrations/0249_rare_lightspeed.sql
Normal file
4
src/app/db/migrations/0249_rare_lightspeed.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE "property_baseline_performance" ALTER COLUMN "lodged_sap_score" DROP NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "property_baseline_performance" ALTER COLUMN "lodged_epc_band" DROP NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "property_baseline_performance" ALTER COLUMN "lodged_co2_emissions_t_per_yr" DROP NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "property_baseline_performance" ALTER COLUMN "lodged_primary_energy_intensity_kwh_per_m2_yr" DROP NOT NULL;
|
||||
11665
src/app/db/migrations/meta/0249_snapshot.json
Normal file
11665
src/app/db/migrations/meta/0249_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1737,6 +1737,13 @@
|
|||
"when": 1782890623660,
|
||||
"tag": "0248_optimal_bulldozer",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 249,
|
||||
"version": "7",
|
||||
"when": 1782891723463,
|
||||
"tag": "0249_rare_lightspeed",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue