feat(email): add Correspondence.Provider discriminator #13
Reference in New Issue
Block a user
Delete Branch "feat/correspondence-provider-discriminator"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
b4 of the multi-provider email roadmap. Manual/free-text correspondence entry already existed (CorrespondenceController.Create); this slice tags every Correspondence row with its source provider (gmail | manual today) via a new nullable Provider column, reconciled SQLite+MySQL with an idempotent backfill. Both write sites use a fixed literal, no injection surface. 148/148 green.
6a19a9f70dtocb2715c323