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:
cesnimda
2026-08-30 21:54:54 +02:00
parent a906916acc
commit 90ca23de33
13 changed files with 404 additions and 355 deletions
@@ -7,6 +7,8 @@ namespace JobTrackerApi.Migrations
/// <inheritdoc />
public partial class SyncCareerChildKeyLengths : Migration
{
// Historical snapshot-only migration. Provider-safe ownership moved to
// 20260830133000_AdoptCareerProfileSchema.
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{