Ruolo di default e permessi
This commit is contained in:
@ -728,6 +728,9 @@ namespace StandManager.Infrastructure.Migrations
|
||||
b.Property<DateTime?>("DataModifica")
|
||||
.HasColumnType("datetime2");
|
||||
|
||||
b.Property<bool>("Default")
|
||||
.HasColumnType("bit");
|
||||
|
||||
b.Property<bool>("Eliminato")
|
||||
.HasColumnType("bit");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user