mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
add "ecmk_survey_xml" to uploaded file types
This commit is contained in:
parent
d12dc25948
commit
5aae373589
4 changed files with 6343 additions and 1 deletions
1
src/app/db/migrations/0168_romantic_kronos.sql
Normal file
1
src/app/db/migrations/0168_romantic_kronos.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TYPE "public"."file_type" ADD VALUE 'ecmk_survey_xml';
|
||||
6333
src/app/db/migrations/meta/0168_snapshot.json
Normal file
6333
src/app/db/migrations/meta/0168_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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", [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue