mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #272 from Hestia-Homes/feature/coordination-hub-file-source
Add "coordination_hub" file source
This commit is contained in:
commit
2e019dc457
4 changed files with 9439 additions and 1 deletions
1
src/app/db/migrations/0204_bizarre_black_bird.sql
Normal file
1
src/app/db/migrations/0204_bizarre_black_bird.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TYPE "public"."file_source" ADD VALUE 'coordination_hub';
|
||||
9429
src/app/db/migrations/meta/0204_snapshot.json
Normal file
9429
src/app/db/migrations/meta/0204_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1429,6 +1429,13 @@
|
|||
"when": 1778680271996,
|
||||
"tag": "0203_kind_spyke",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 204,
|
||||
"version": "7",
|
||||
"when": 1779092260406,
|
||||
"tag": "0204_bizarre_black_bird",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -63,7 +63,8 @@ export const fileSource = pgEnum("file_source", [
|
|||
"hubspot",
|
||||
"ecmk",
|
||||
"contractor",
|
||||
"magic_plan"
|
||||
"magic_plan",
|
||||
"coordination_hub"
|
||||
]);
|
||||
|
||||
export const uploadedFiles = pgTable(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue