mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
migration
This commit is contained in:
parent
bec81c986f
commit
b4e2370ddc
3 changed files with 8626 additions and 0 deletions
3
src/app/db/migrations/0185_slimy_mindworm.sql
Normal file
3
src/app/db/migrations/0185_slimy_mindworm.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE "epc_property" ALTER COLUMN "address_line_1" SET NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "epc_property" ALTER COLUMN "post_town" SET NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "epc_property" ALTER COLUMN "postcode" SET NOT NULL;
|
||||
8616
src/app/db/migrations/meta/0185_snapshot.json
Normal file
8616
src/app/db/migrations/meta/0185_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1296,6 +1296,13 @@
|
|||
"when": 1776962910255,
|
||||
"tag": "0184_tiny_annihilus",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 185,
|
||||
"version": "7",
|
||||
"when": 1777026653433,
|
||||
"tag": "0185_slimy_mindworm",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue