refactor(db): migrate career profile aggregate
Transfer the canonical career profile, revision history, and six relational child collections to provider-aware migration ownership. Preserve legacy JSON, ordered child data, indexes, and cascade semantics.
This commit is contained in:
@@ -16,6 +16,14 @@ internal static class StartupSchemaOwnership
|
||||
"AiInteractions",
|
||||
"ApplicationChecklistItems",
|
||||
"Attachments",
|
||||
"CareerCertifications",
|
||||
"CareerEducations",
|
||||
"CareerExperiences",
|
||||
"CareerLanguages",
|
||||
"CareerProfiles",
|
||||
"CareerProfileVersions",
|
||||
"CareerProjects",
|
||||
"CareerSkills",
|
||||
"Companies",
|
||||
"Correspondences",
|
||||
"CoverLetterVersions",
|
||||
@@ -54,14 +62,6 @@ internal static class StartupSchemaOwnership
|
||||
"AspNetUserRoles",
|
||||
"AspNetUsers",
|
||||
"AspNetUserTokens",
|
||||
"CareerCertifications",
|
||||
"CareerEducations",
|
||||
"CareerExperiences",
|
||||
"CareerLanguages",
|
||||
"CareerProfiles",
|
||||
"CareerProfileVersions",
|
||||
"CareerProjects",
|
||||
"CareerSkills",
|
||||
};
|
||||
|
||||
// Historical migrations contain guarded compatibility bootstraps for these tables so direct
|
||||
|
||||
Reference in New Issue
Block a user