mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
add magic plan file source and file type
This commit is contained in:
parent
28735205fb
commit
edcabea199
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ export const fileType = pgEnum("file_type", [
|
|||
"installer_qualifications",
|
||||
"installer_feedback",
|
||||
"contractor_other",
|
||||
// MagicPlan
|
||||
"magic_plan_json"
|
||||
]);
|
||||
|
||||
export const fileSource = pgEnum("file_source", [
|
||||
|
|
@ -55,6 +57,7 @@ export const fileSource = pgEnum("file_source", [
|
|||
"hubspot",
|
||||
"ecmk",
|
||||
"contractor",
|
||||
"magic_plan"
|
||||
]);
|
||||
|
||||
export const uploadedFiles = pgTable(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue