RollCall first upload - task and ticket changes - client changes

This commit is contained in:
SamSys
2024-09-08 21:51:54 +03:30
parent 8d9cf99e5f
commit 9077346afc
49 changed files with 3552 additions and 752 deletions

View File

@@ -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");