mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
add file type and file source
This commit is contained in:
parent
d0d5ec0366
commit
de963bbc39
1 changed files with 5 additions and 1 deletions
|
|
@ -55,8 +55,11 @@ export const fileType = pgEnum("file_type", [
|
|||
"medium_term_improvement_plan",
|
||||
// Design
|
||||
"retrofit_design_doc",
|
||||
// Audit
|
||||
"ventilation_audit",
|
||||
// Other
|
||||
"other"
|
||||
|
||||
]);
|
||||
|
||||
export const fileSource = pgEnum("file_source", [
|
||||
|
|
@ -66,7 +69,8 @@ export const fileSource = pgEnum("file_source", [
|
|||
"ecmk",
|
||||
"contractor",
|
||||
"magic_plan",
|
||||
"coordination_hub"
|
||||
"coordination_hub",
|
||||
"audit_generator"
|
||||
]);
|
||||
|
||||
export const uploadedFiles = pgTable(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue