mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
completed migration
This commit is contained in:
parent
f800db6174
commit
dd927da618
3 changed files with 4775 additions and 0 deletions
10
src/app/db/migrations/0134_lying_lester.sql
Normal file
10
src/app/db/migrations/0134_lying_lester.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
ALTER TABLE "plan" ADD COLUMN "post_sap_points" real;--> statement-breakpoint
|
||||
ALTER TABLE "plan" ADD COLUMN "post_epc_rating" "epc";--> statement-breakpoint
|
||||
ALTER TABLE "plan" ADD COLUMN "post_co2_emissions" real;--> statement-breakpoint
|
||||
ALTER TABLE "plan" ADD COLUMN "co2_savings" real;--> statement-breakpoint
|
||||
ALTER TABLE "plan" ADD COLUMN "post_energy_bill" real;--> statement-breakpoint
|
||||
ALTER TABLE "plan" ADD COLUMN "energy_bill_savings" real;--> statement-breakpoint
|
||||
ALTER TABLE "plan" ADD COLUMN "post_energy_consumption" real;--> statement-breakpoint
|
||||
ALTER TABLE "plan" ADD COLUMN "energy_consumption_savings" real;--> statement-breakpoint
|
||||
ALTER TABLE "plan" ADD COLUMN "valuation_post_retrofit" real;--> statement-breakpoint
|
||||
ALTER TABLE "plan" ADD COLUMN "valuation_increase" real;
|
||||
4758
src/app/db/migrations/meta/0134_snapshot.json
Normal file
4758
src/app/db/migrations/meta/0134_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -939,6 +939,13 @@
|
|||
"when": 1764403077454,
|
||||
"tag": "0133_calm_talkback",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 134,
|
||||
"version": "7",
|
||||
"when": 1764886152458,
|
||||
"tag": "0134_lying_lester",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue