refactor(db): migrate cover letter history
Move append-only cover letter revisions into an additive provider-aware migration. Preserve manual and AI text, source metadata, ordering, and application cascade semantics.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace JobTrackerApi.Models;
|
||||
// to be, so an AI rewrite or a bad edit is never destructive. Mirrors CvVariantVersion: restore
|
||||
// re-saves an old snapshot as a new version rather than rewinding.
|
||||
//
|
||||
// Reconciler-owned (docs/infrastructure/database-ownership.md) — its migration is a no-op.
|
||||
// Migration-owned; the historical no-op is followed by an additive provider-aware adoption.
|
||||
public sealed class CoverLetterVersion
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user