Merge branch 'Feature/Chcekout/AddHasConflict' into Main
# Conflicts: # ServiceHost/Areas/Admin/Controllers/FinancialStatementController.cs
This commit is contained in:
@@ -307,6 +307,9 @@ namespace CompanyManagment.EFCore.Migrations
|
||||
.HasMaxLength(10)
|
||||
.HasColumnType("nvarchar(10)");
|
||||
|
||||
b.Property<bool>("HasAmountConflict")
|
||||
.HasColumnType("bit");
|
||||
|
||||
b.Property<bool>("HasRollCall")
|
||||
.HasColumnType("bit");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user