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:
cesnimda
2026-08-30 16:59:05 +02:00
parent 6c50e406b5
commit e28cc0ad47
9 changed files with 193 additions and 91 deletions
@@ -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",