refactor(db): migrate CV extraction data
Move upload artifacts and extraction runs into an additive provider-aware migration. Preserve parsed results, indexes, and nullable artifact retention semantics.
This commit is contained in:
@@ -15,6 +15,8 @@ internal static class StartupSchemaOwnership
|
||||
"Attachments",
|
||||
"Companies",
|
||||
"Correspondences",
|
||||
"CvExtractionRuns",
|
||||
"CvUploadArtifacts",
|
||||
"EmailDrafts",
|
||||
"EmailSendAttempts",
|
||||
"GmailConnections",
|
||||
@@ -55,8 +57,6 @@ internal static class StartupSchemaOwnership
|
||||
"CareerProjects",
|
||||
"CareerSkills",
|
||||
"CoverLetterVersions",
|
||||
"CvExtractionRuns",
|
||||
"CvUploadArtifacts",
|
||||
"CvVariants",
|
||||
"CvVariantVersions",
|
||||
"InterviewPrepItems",
|
||||
|
||||
Reference in New Issue
Block a user