RollCall first upload - task and ticket changes - client changes
This commit is contained in:
@@ -217,6 +217,9 @@ namespace AccountMangement.Infrastructure.EFCore.Migrations
|
||||
b.Property<DateTime>("EndTaskDate")
|
||||
.HasColumnType("datetime2");
|
||||
|
||||
b.Property<bool>("FirstTimeCreation")
|
||||
.HasColumnType("bit");
|
||||
|
||||
b.Property<bool>("IsCancel")
|
||||
.HasColumnType("bit");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user