add magic plan file source and file type

This commit is contained in:
Daniel Roth 2026-05-08 14:15:08 +00:00
parent 28735205fb
commit edcabea199

View file

@ -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(