mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-19 17:02:59 +00:00
migration files
This commit is contained in:
parent
bd6af9b74f
commit
dd63f46b76
3 changed files with 11712 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
ALTER TYPE "public"."main_fuel" ADD VALUE 'wood logs' BEFORE 'Unknown';--> statement-breakpoint
|
||||
ALTER TYPE "public"."main_heating_system" ADD VALUE 'Solid fuel room heater, open fire' BEFORE 'Unknown';--> statement-breakpoint
|
||||
ALTER TYPE "public"."main_heating_system" ADD VALUE 'Solid fuel room heater, open fire with back boiler' BEFORE 'Unknown';--> statement-breakpoint
|
||||
ALTER TYPE "public"."main_heating_system" ADD VALUE 'Solid fuel room heater, closed with boiler' BEFORE 'Unknown';--> statement-breakpoint
|
||||
ALTER TYPE "public"."main_heating_system" ADD VALUE 'Electric boiler' BEFORE 'Unknown';--> statement-breakpoint
|
||||
ALTER TYPE "public"."main_heating_system" ADD VALUE 'Electric CPSU' BEFORE 'Unknown';--> statement-breakpoint
|
||||
ALTER TYPE "public"."main_heating_system" ADD VALUE 'Electric underfloor, in concrete slab (off-peak)' BEFORE 'Unknown';--> statement-breakpoint
|
||||
ALTER TYPE "public"."main_heating_system" ADD VALUE 'Electric underfloor, integrated storage and direct-acting' BEFORE 'Unknown';--> statement-breakpoint
|
||||
ALTER TYPE "public"."main_heating_system" ADD VALUE 'Electric underfloor, in screed above insulation' BEFORE 'Unknown';
|
||||
11696
src/app/db/migrations/meta/0255_snapshot.json
Normal file
11696
src/app/db/migrations/meta/0255_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1779,6 +1779,13 @@
|
|||
"when": 1782917026626,
|
||||
"tag": "0254_calm_marvel_boy",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 255,
|
||||
"version": "7",
|
||||
"when": 1782981990785,
|
||||
"tag": "0255_futuristic_mattie_franklin",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue