update datamodel file con indici

This commit is contained in:
Samuele Locatelli
2021-09-13 18:05:31 +02:00
parent 758810be12
commit 48ee4dcdae
4 changed files with 8 additions and 6 deletions
@@ -80,7 +80,7 @@ namespace MP.FileData.Migrations
b.HasKey("FileId");
b.HasIndex("IdxMacchina");
b.HasIndex("IdxMacchina", "Active", "DiskStatus");
b.ToTable("Files");
});