refactor(db): migrate email connections
Move Gmail, Microsoft Graph, and IMAP connection creation into an additive provider-aware migration. Preserve encrypted credentials and retain scoped historical repairs.
This commit is contained in:
@@ -17,10 +17,13 @@ internal static class StartupSchemaOwnership
|
||||
"Correspondences",
|
||||
"EmailDrafts",
|
||||
"EmailSendAttempts",
|
||||
"GmailConnections",
|
||||
"GmailReviewDecisions",
|
||||
"ImapConnections",
|
||||
"JobApplications",
|
||||
"JobEvents",
|
||||
"Jobs",
|
||||
"MicrosoftGraphConnections",
|
||||
"RuleSettings",
|
||||
"SystemEmailSettings",
|
||||
"TrustedDevices",
|
||||
@@ -56,11 +59,8 @@ internal static class StartupSchemaOwnership
|
||||
"CvUploadArtifacts",
|
||||
"CvVariants",
|
||||
"CvVariantVersions",
|
||||
"GmailConnections",
|
||||
"ImapConnections",
|
||||
"InterviewPrepItems",
|
||||
"InterviewPrepNotes",
|
||||
"MicrosoftGraphConnections",
|
||||
"TailoredCvDrafts",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user