AccountLeftwork change to access admin

This commit is contained in:
SamSys
2025-03-02 20:48:09 +03:30
parent 33968edf28
commit c2aaceda5a
31 changed files with 2953 additions and 598 deletions

View File

@@ -119,12 +119,21 @@ namespace AccountMangement.Infrastructure.EFCore.Migrations
b.Property<DateTime>("CreationDate")
.HasColumnType("datetime2");
b.Property<bool>("IsActive")
.HasColumnType("bit");
b.Property<DateTime>("LeftWorkGr")
.HasColumnType("datetime2");
b.Property<long>("RoleId")
.HasColumnType("bigint");
b.Property<DateTime>("StartWorkGr")
.HasColumnType("datetime2");
b.Property<long>("WorkshopId")
.HasColumnType("bigint");
b.HasKey("id");
b.HasIndex("AccountId");