mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
add "other" file type
This commit is contained in:
parent
a25c948e96
commit
3430fa90f0
1 changed files with 3 additions and 1 deletions
|
|
@ -54,7 +54,9 @@ export const fileType = pgEnum("file_type", [
|
|||
"improvement_option_evaluation",
|
||||
"medium_term_improvement_plan",
|
||||
// Design
|
||||
"retrofit_design_doc"
|
||||
"retrofit_design_doc",
|
||||
// Other
|
||||
"other"
|
||||
]);
|
||||
|
||||
export const fileSource = pgEnum("file_source", [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue