Merge pull request #220 from Hestia-Homes/feature/uploaded-files-table

Add ECMK Survey XML file type to db table
This commit is contained in:
Daniel Roth 2026-04-15 12:14:14 +01:00 committed by GitHub
commit 4583db3706
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6343 additions and 1 deletions

View file

@ -0,0 +1 @@
ALTER TYPE "public"."file_type" ADD VALUE 'ecmk_survey_xml';

File diff suppressed because it is too large Load diff

View file

@ -1177,6 +1177,13 @@
"when": 1775747945070,
"tag": "0167_wise_agent_zero",
"breakpoints": true
},
{
"idx": 168,
"version": "7",
"when": 1776246796721,
"tag": "0168_romantic_kronos",
"breakpoints": true
}
]
}

View file

@ -11,7 +11,8 @@ export const fileType = pgEnum("file_type", [
"pas_2023_property",
"pas_2023_occupancy",
"ecmk_site_note",
"ecmk_rd_sap_site_note"
"ecmk_rd_sap_site_note",
"ecmk_survey_xml"
]);
export const fileSource = pgEnum("file_source", [