refactor(db): migrate cover letter history
Move append-only cover letter revisions into an additive provider-aware migration. Preserve manual and AI text, source metadata, ordering, and application cascade semantics.
This commit is contained in:
@@ -18,6 +18,7 @@ internal static class StartupSchemaOwnership
|
||||
"Attachments",
|
||||
"Companies",
|
||||
"Correspondences",
|
||||
"CoverLetterVersions",
|
||||
"CvExtractionRuns",
|
||||
"CvUploadArtifacts",
|
||||
"CvVariants",
|
||||
@@ -60,7 +61,6 @@ internal static class StartupSchemaOwnership
|
||||
"CareerProfileVersions",
|
||||
"CareerProjects",
|
||||
"CareerSkills",
|
||||
"CoverLetterVersions",
|
||||
"InterviewPrepItems",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user