Added Scenario Site notes to document type

This commit is contained in:
Khalim Conn-Kowlessar 2024-09-04 15:14:04 +01:00
parent c983cdd688
commit 596330c547
4 changed files with 2873 additions and 0 deletions

View file

@ -0,0 +1 @@
ALTER TYPE "document_type" ADD VALUE 'Scenario Site Notes';

File diff suppressed because it is too large Load diff

View file

@ -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
}
]
}

View file

@ -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);