mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-12 13:28:55 +00:00
migration files
This commit is contained in:
parent
ca781771f2
commit
003913a90e
3 changed files with 11697 additions and 0 deletions
4
src/app/db/migrations/0253_empty_hardball.sql
Normal file
4
src/app/db/migrations/0253_empty_hardball.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ALTER TYPE "public"."water_heating" ADD VALUE 'From main system, wood logs' BEFORE 'Unknown';--> statement-breakpoint
|
||||
ALTER TYPE "public"."water_heating" ADD VALUE 'From main system, biomass (community)' BEFORE 'Unknown';--> statement-breakpoint
|
||||
ALTER TYPE "public"."water_heating" ADD VALUE 'From main system, dual fuel (mineral and wood)' BEFORE 'Unknown';--> statement-breakpoint
|
||||
ALTER TYPE "public"."water_heating" ADD VALUE 'From main system, biodiesel (community)' BEFORE 'Unknown';
|
||||
11686
src/app/db/migrations/meta/0253_snapshot.json
Normal file
11686
src/app/db/migrations/meta/0253_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1765,6 +1765,13 @@
|
|||
"when": 1782914873480,
|
||||
"tag": "0252_sharp_shadowcat",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 253,
|
||||
"version": "7",
|
||||
"when": 1782915725906,
|
||||
"tag": "0253_empty_hardball",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue