refactor(db): migrate application checklist
Move workflow checklist state into an additive provider-aware migration. Preserve system-key idempotency, manual progress, ordering, and application cascade semantics.
This commit is contained in:
@@ -14,6 +14,7 @@ internal static class StartupSchemaOwnership
|
||||
"AiUsageRecords",
|
||||
"AiWorkspaceNotes",
|
||||
"AiInteractions",
|
||||
"ApplicationChecklistItems",
|
||||
"Attachments",
|
||||
"Companies",
|
||||
"Correspondences",
|
||||
@@ -44,7 +45,6 @@ internal static class StartupSchemaOwnership
|
||||
|
||||
internal static readonly IReadOnlySet<string> ReconcilerOwnedTables = new HashSet<string>(StringComparer.Ordinal)
|
||||
{
|
||||
"ApplicationChecklistItems",
|
||||
"AspNetRoleClaims",
|
||||
"AspNetRoles",
|
||||
"AspNetUserClaims",
|
||||
|
||||
Reference in New Issue
Block a user