update model OEE

This commit is contained in:
Samuele Locatelli
2021-05-24 18:03:22 +02:00
parent 62055c60bd
commit a658d7cf6f
2 changed files with 1 additions and 5 deletions
-2
View File
@@ -92,8 +92,6 @@ namespace MP.Data
entity.Property(e => e.DescArticolo).HasMaxLength(250);
entity.Property(e => e.Descrizione).HasMaxLength(50);
entity.Property(e => e.IdxMacchina)
.IsRequired()
.HasMaxLength(50);