|
@@ -34,7 +34,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("UsersId");
|
|
b.HasIndex("UsersId");
|
|
|
|
|
|
- b.ToTable("ApplicationRoleApplicationUser");
|
|
|
|
|
|
+ b.ToTable("ApplicationRoleApplicationUser", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Attendance", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Attendance", b =>
|
|
@@ -103,7 +103,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("CompanyId");
|
|
b.HasIndex("CompanyId");
|
|
|
|
|
|
- b.ToTable("Attendances");
|
|
|
|
|
|
+ b.ToTable("Attendances", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.AttendanceLog", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.AttendanceLog", b =>
|
|
@@ -161,7 +161,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("AttendanceLogs");
|
|
|
|
|
|
+ b.ToTable("AttendanceLogs", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.AuthLog", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.AuthLog", b =>
|
|
@@ -219,7 +219,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("AuthLogs");
|
|
|
|
|
|
+ b.ToTable("AuthLogs", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Base.AttachmentType", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Base.AttachmentType", b =>
|
|
@@ -246,7 +246,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("AttachmentTypes");
|
|
|
|
|
|
+ b.ToTable("AttachmentTypes", (string)null);
|
|
|
|
|
|
b.HasData(
|
|
b.HasData(
|
|
new
|
|
new
|
|
@@ -363,7 +363,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("ChatMessageId");
|
|
b.HasIndex("ChatMessageId");
|
|
|
|
|
|
- b.ToTable("ChatAttachment");
|
|
|
|
|
|
+ b.ToTable("ChatAttachment", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ChatMessage", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ChatMessage", b =>
|
|
@@ -418,7 +418,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("ChatMessages");
|
|
|
|
|
|
+ b.ToTable("ChatMessages", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.City", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.City", b =>
|
|
@@ -455,7 +455,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("CountryId");
|
|
b.HasIndex("CountryId");
|
|
|
|
|
|
- b.ToTable("Cities");
|
|
|
|
|
|
+ b.ToTable("Cities", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Company", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Company", b =>
|
|
@@ -511,7 +511,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("Companies");
|
|
|
|
|
|
+ b.ToTable("Companies", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Contract", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Contract", b =>
|
|
@@ -646,7 +646,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("CompanyId");
|
|
b.HasIndex("CompanyId");
|
|
|
|
|
|
- b.ToTable("Contracts");
|
|
|
|
|
|
+ b.ToTable("Contracts", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ContractAllowance", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ContractAllowance", b =>
|
|
@@ -698,7 +698,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("ContractId");
|
|
b.HasIndex("ContractId");
|
|
|
|
|
|
- b.ToTable("ContractAllowance");
|
|
|
|
|
|
+ b.ToTable("ContractAllowance", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ContractTask", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ContractTask", b =>
|
|
@@ -749,7 +749,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("ContractId");
|
|
b.HasIndex("ContractId");
|
|
|
|
|
|
- b.ToTable("ContractTask");
|
|
|
|
|
|
+ b.ToTable("ContractTask", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ContractTaskAttachment", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ContractTaskAttachment", b =>
|
|
@@ -809,7 +809,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("ContractTaskId");
|
|
b.HasIndex("ContractTaskId");
|
|
|
|
|
|
- b.ToTable("ContractTaskAttachment");
|
|
|
|
|
|
+ b.ToTable("ContractTaskAttachment", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.CountryLookup", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.CountryLookup", b =>
|
|
@@ -841,7 +841,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("CountryLookups");
|
|
|
|
|
|
+ b.ToTable("CountryLookups", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.FileLog", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.FileLog", b =>
|
|
@@ -899,33 +899,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("FileLogs");
|
|
|
|
- });
|
|
|
|
-
|
|
|
|
- modelBuilder.Entity("MTWorkHR.Core.Entities.HubConnection", b =>
|
|
|
|
- {
|
|
|
|
- b.Property<long>("Id")
|
|
|
|
- .ValueGeneratedOnAdd()
|
|
|
|
- .HasColumnType("bigint")
|
|
|
|
- .HasColumnOrder(0);
|
|
|
|
-
|
|
|
|
- SqlServerPropertyBuilderExtensions.UseIdentityColumn(b.Property<long>("Id"));
|
|
|
|
-
|
|
|
|
- b.Property<string>("SignalrId")
|
|
|
|
- .HasColumnType("nvarchar(max)");
|
|
|
|
-
|
|
|
|
- b.Property<DateTime>("TimeStamp")
|
|
|
|
- .HasColumnType("datetime2");
|
|
|
|
-
|
|
|
|
- b.Property<string>("UserId")
|
|
|
|
- .HasColumnType("nvarchar(max)");
|
|
|
|
-
|
|
|
|
- b.Property<string>("UserName")
|
|
|
|
- .HasColumnType("nvarchar(max)");
|
|
|
|
-
|
|
|
|
- b.HasKey("Id");
|
|
|
|
-
|
|
|
|
- b.ToTable("HubConnections");
|
|
|
|
|
|
+ b.ToTable("FileLogs", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Industry", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Industry", b =>
|
|
@@ -949,7 +923,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("Industries");
|
|
|
|
|
|
+ b.ToTable("Industries", (string)null);
|
|
|
|
|
|
b.HasData(
|
|
b.HasData(
|
|
new
|
|
new
|
|
@@ -1275,7 +1249,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("JobTitles");
|
|
|
|
|
|
+ b.ToTable("JobTitles", (string)null);
|
|
|
|
|
|
b.HasData(
|
|
b.HasData(
|
|
new
|
|
new
|
|
@@ -1446,7 +1420,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("LeaveTypes");
|
|
|
|
|
|
+ b.ToTable("LeaveTypes", (string)null);
|
|
|
|
|
|
b.HasData(
|
|
b.HasData(
|
|
new
|
|
new
|
|
@@ -1511,7 +1485,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("LoginOTPs");
|
|
|
|
|
|
+ b.ToTable("LoginOTPs", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Meeting", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Meeting", b =>
|
|
@@ -1588,7 +1562,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("CompanyId");
|
|
b.HasIndex("CompanyId");
|
|
|
|
|
|
- b.ToTable("Meetings");
|
|
|
|
|
|
+ b.ToTable("Meetings", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.MeetingLog", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.MeetingLog", b =>
|
|
@@ -1646,7 +1620,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("MeetingLogs");
|
|
|
|
|
|
+ b.ToTable("MeetingLogs", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.MeetingUser", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.MeetingUser", b =>
|
|
@@ -1691,7 +1665,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("MeetingId");
|
|
b.HasIndex("MeetingId");
|
|
|
|
|
|
- b.ToTable("MeetingUser");
|
|
|
|
|
|
+ b.ToTable("MeetingUser", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.OrderAllocation", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.OrderAllocation", b =>
|
|
@@ -1748,7 +1722,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("OrderTypeId");
|
|
b.HasIndex("OrderTypeId");
|
|
|
|
|
|
- b.ToTable("OrderAllocations");
|
|
|
|
|
|
+ b.ToTable("OrderAllocations", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.OrderType", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.OrderType", b =>
|
|
@@ -1773,7 +1747,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("OrderTypes");
|
|
|
|
|
|
+ b.ToTable("OrderTypes", (string)null);
|
|
|
|
|
|
b.HasData(
|
|
b.HasData(
|
|
new
|
|
new
|
|
@@ -1842,7 +1816,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("Permissions");
|
|
|
|
|
|
+ b.ToTable("Permissions", (string)null);
|
|
|
|
|
|
b.HasData(
|
|
b.HasData(
|
|
new
|
|
new
|
|
@@ -2128,7 +2102,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("CompanyId");
|
|
b.HasIndex("CompanyId");
|
|
|
|
|
|
- b.ToTable("Projects");
|
|
|
|
|
|
+ b.ToTable("Projects", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ProjectStage", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ProjectStage", b =>
|
|
@@ -2182,7 +2156,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("ContractId");
|
|
b.HasIndex("ContractId");
|
|
|
|
|
|
- b.ToTable("ProjectStage");
|
|
|
|
|
|
+ b.ToTable("ProjectStage", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ProjectStageAttachment", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ProjectStageAttachment", b =>
|
|
@@ -2242,7 +2216,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("ProjectStageId");
|
|
b.HasIndex("ProjectStageId");
|
|
|
|
|
|
- b.ToTable("ProjectStageAttachment");
|
|
|
|
|
|
+ b.ToTable("ProjectStageAttachment", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ProjectTeam", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.ProjectTeam", b =>
|
|
@@ -2286,7 +2260,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("ProjectId");
|
|
b.HasIndex("ProjectId");
|
|
|
|
|
|
- b.ToTable("ProjectTeam");
|
|
|
|
|
|
+ b.ToTable("ProjectTeam", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Qualification", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Qualification", b =>
|
|
@@ -2310,7 +2284,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("Qualifications");
|
|
|
|
|
|
+ b.ToTable("Qualifications", (string)null);
|
|
|
|
|
|
b.HasData(
|
|
b.HasData(
|
|
new
|
|
new
|
|
@@ -2388,7 +2362,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("RoleLogs");
|
|
|
|
|
|
+ b.ToTable("RoleLogs", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.SettingLog", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.SettingLog", b =>
|
|
@@ -2446,7 +2420,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("SettingLogs");
|
|
|
|
|
|
+ b.ToTable("SettingLogs", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.TaskUser", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.TaskUser", b =>
|
|
@@ -2490,7 +2464,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("TaskId");
|
|
b.HasIndex("TaskId");
|
|
|
|
|
|
- b.ToTable("TaskUser");
|
|
|
|
|
|
+ b.ToTable("TaskUser", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Team", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.Team", b =>
|
|
@@ -2546,7 +2520,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("CompanyId");
|
|
b.HasIndex("CompanyId");
|
|
|
|
|
|
- b.ToTable("Teams");
|
|
|
|
|
|
+ b.ToTable("Teams", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.TeamLog", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.TeamLog", b =>
|
|
@@ -2604,7 +2578,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("TeamLogs");
|
|
|
|
|
|
+ b.ToTable("TeamLogs", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.TeamUser", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.TeamUser", b =>
|
|
@@ -2652,7 +2626,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("TeamId");
|
|
b.HasIndex("TeamId");
|
|
|
|
|
|
- b.ToTable("TeamUser");
|
|
|
|
|
|
+ b.ToTable("TeamUser", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.University", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.University", b =>
|
|
@@ -2676,7 +2650,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("Universities");
|
|
|
|
|
|
+ b.ToTable("Universities", (string)null);
|
|
|
|
|
|
b.HasData(
|
|
b.HasData(
|
|
new
|
|
new
|
|
@@ -2780,7 +2754,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("OrderTypeId");
|
|
b.HasIndex("OrderTypeId");
|
|
|
|
|
|
- b.ToTable("OrderRequests");
|
|
|
|
|
|
+ b.ToTable("OrderRequests", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.UserLog", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.UserLog", b =>
|
|
@@ -2838,7 +2812,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("UserLogs");
|
|
|
|
|
|
+ b.ToTable("UserLogs", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.UserTask", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.UserTask", b =>
|
|
@@ -2912,7 +2886,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("StatusId");
|
|
b.HasIndex("StatusId");
|
|
|
|
|
|
- b.ToTable("UserTasks");
|
|
|
|
|
|
+ b.ToTable("UserTasks", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.UserTaskAttachment", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.UserTaskAttachment", b =>
|
|
@@ -2972,7 +2946,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("TaskId");
|
|
b.HasIndex("TaskId");
|
|
|
|
|
|
- b.ToTable("UserTaskAttachments");
|
|
|
|
|
|
+ b.ToTable("UserTaskAttachments", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.UserTaskHistory", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.UserTaskHistory", b =>
|
|
@@ -3024,7 +2998,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("TaskId");
|
|
b.HasIndex("TaskId");
|
|
|
|
|
|
- b.ToTable("UserTaskHistories");
|
|
|
|
|
|
+ b.ToTable("UserTaskHistories", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.UserTaskLog", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.UserTaskLog", b =>
|
|
@@ -3082,7 +3056,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("UserTaskLogs");
|
|
|
|
|
|
+ b.ToTable("UserTaskLogs", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.UserTaskStatus", b =>
|
|
modelBuilder.Entity("MTWorkHR.Core.Entities.UserTaskStatus", b =>
|
|
@@ -3106,7 +3080,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasKey("Id");
|
|
b.HasKey("Id");
|
|
|
|
|
|
- b.ToTable("UserTaskStatuses");
|
|
|
|
|
|
+ b.ToTable("UserTaskStatuses", (string)null);
|
|
|
|
|
|
b.HasData(
|
|
b.HasData(
|
|
new
|
|
new
|
|
@@ -3452,7 +3426,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("RoleId");
|
|
b.HasIndex("RoleId");
|
|
|
|
|
|
- b.ToTable("RolePermissions");
|
|
|
|
|
|
+ b.ToTable("RolePermissions", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Infrastructure.Entities.UserAddress", b =>
|
|
modelBuilder.Entity("MTWorkHR.Infrastructure.Entities.UserAddress", b =>
|
|
@@ -3507,7 +3481,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
b.HasIndex("UserId")
|
|
b.HasIndex("UserId")
|
|
.IsUnique();
|
|
.IsUnique();
|
|
|
|
|
|
- b.ToTable("UserAddress");
|
|
|
|
|
|
+ b.ToTable("UserAddress", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("MTWorkHR.Infrastructure.Entities.UserAttachment", b =>
|
|
modelBuilder.Entity("MTWorkHR.Infrastructure.Entities.UserAttachment", b =>
|
|
@@ -3570,7 +3544,7 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
|
|
|
b.HasIndex("UserId");
|
|
b.HasIndex("UserId");
|
|
|
|
|
|
- b.ToTable("UserAttachments");
|
|
|
|
|
|
+ b.ToTable("UserAttachments", (string)null);
|
|
});
|
|
});
|
|
|
|
|
|
modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRoleClaim<string>", b =>
|
|
modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRoleClaim<string>", b =>
|