add "other" file type

This commit is contained in:
Daniel Roth 2026-06-03 08:24:48 +00:00
parent a25c948e96
commit 3430fa90f0

View file

@ -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", [