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
4956a95574
commit
7eb2705817
3 changed files with 11771 additions and 0 deletions
4
src/app/db/migrations/0257_low_songbird.sql
Normal file
4
src/app/db/migrations/0257_low_songbird.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
CREATE INDEX "ix_epc_building_part_epc_property" ON "epc_building_part" USING btree ("epc_property_id");--> statement-breakpoint
|
||||
CREATE INDEX "ix_epc_energy_element_epc_property" ON "epc_energy_element" USING btree ("epc_property_id");--> statement-breakpoint
|
||||
CREATE INDEX "ix_epc_floor_dimension_building_part" ON "epc_floor_dimension" USING btree ("epc_building_part_id");--> statement-breakpoint
|
||||
CREATE INDEX "ix_property_portfolio" ON "property" USING btree ("portfolio_id");
|
||||
11760
src/app/db/migrations/meta/0257_snapshot.json
Normal file
11760
src/app/db/migrations/meta/0257_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1793,6 +1793,13 @@
|
|||
"when": 1782989713551,
|
||||
"tag": "0256_glazing_secondary",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 257,
|
||||
"version": "7",
|
||||
"when": 1782999533851,
|
||||
"tag": "0257_low_songbird",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue