revert: sync DbContext and ModelSnapshot to match current database schema (2-column index)

This commit is contained in:
2026-06-01 16:05:47 +03:00
parent 6bb00163ae
commit 8b143dcb12
2 changed files with 2 additions and 2 deletions
@@ -88,7 +88,7 @@ namespace CvMatcher.Data.Migrations
b.HasKey("Id");
b.HasIndex("CvDocumentId", "JobDocumentId", "Language")
b.HasIndex("CvDocumentId", "JobDocumentId")
.IsUnique();
b.ToTable("Results", "cvMatcher");