refactor(db): migrate tailored CV drafts
Move job-specific tailored documents into an additive provider-aware migration. Preserve edited content, indexes, and application cascade semantics.
This commit is contained in:
@@ -28,6 +28,7 @@ internal static class StartupSchemaOwnership
|
||||
"MicrosoftGraphConnections",
|
||||
"RuleSettings",
|
||||
"SystemEmailSettings",
|
||||
"TailoredCvDrafts",
|
||||
"TrustedDevices",
|
||||
"TwoFactorRecoveryCodes",
|
||||
"UserNotifications",
|
||||
@@ -61,7 +62,6 @@ internal static class StartupSchemaOwnership
|
||||
"CvVariantVersions",
|
||||
"InterviewPrepItems",
|
||||
"InterviewPrepNotes",
|
||||
"TailoredCvDrafts",
|
||||
};
|
||||
|
||||
// Historical migrations contain guarded compatibility bootstraps for these tables so direct
|
||||
|
||||
Reference in New Issue
Block a user