mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Added Scenario Site notes to document type
This commit is contained in:
parent
c983cdd688
commit
596330c547
4 changed files with 2873 additions and 0 deletions
1
src/app/db/migrations/0093_blushing_dark_beast.sql
Normal file
1
src/app/db/migrations/0093_blushing_dark_beast.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TYPE "document_type" ADD VALUE 'Scenario Site Notes';
|
||||
2864
src/app/db/migrations/meta/0093_snapshot.json
Normal file
2864
src/app/db/migrations/meta/0093_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -652,6 +652,13 @@
|
|||
"when": 1725459183539,
|
||||
"tag": "0092_illegal_magma",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 93,
|
||||
"version": "5",
|
||||
"when": 1725459226954,
|
||||
"tag": "0093_blushing_dark_beast",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -149,6 +149,7 @@ export const DocumentType: [string, ...string[]] = [
|
|||
"Summary Information",
|
||||
"Floor Plan",
|
||||
"Scenario Draft EPC",
|
||||
"Scenario Site Notes",
|
||||
];
|
||||
|
||||
export const DocumentTypeEnum = pgEnum("document_type", DocumentType);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue