|
@@ -5,7 +5,7 @@
|
|
|
namespace MTWorkHR.Infrastructure.Migrations
|
|
|
{
|
|
|
/// <inheritdoc />
|
|
|
- public partial class altrUserRelations : Migration
|
|
|
+ public partial class altrUserRelation : Migration
|
|
|
{
|
|
|
/// <inheritdoc />
|
|
|
protected override void Up(MigrationBuilder migrationBuilder)
|
|
@@ -60,14 +60,14 @@ namespace MTWorkHR.Infrastructure.Migrations
|
|
|
keyColumn: "Id",
|
|
|
keyValue: "ADMB3B92-2311-48F8-9DEC-F9FAEF1F21UA",
|
|
|
columns: new[] { "CountryId", "IndustryId", "JobTitleId", "QualificationId", "UniversityId" },
|
|
|
- values: new object[] { null, null, null, 1L, null });
|
|
|
+ values: new object[] { null, null, null, null, null });
|
|
|
|
|
|
migrationBuilder.UpdateData(
|
|
|
table: "AspNetUsers",
|
|
|
keyColumn: "Id",
|
|
|
keyValue: "AL5B3B92-2311-48F8-9DEC-F9FAEF1F21UB",
|
|
|
columns: new[] { "CountryId", "IndustryId", "JobTitleId", "QualificationId", "UniversityId" },
|
|
|
- values: new object[] { null, null, null, 1L, null });
|
|
|
+ values: new object[] { null, null, null, null, null });
|
|
|
|
|
|
migrationBuilder.CreateIndex(
|
|
|
name: "IX_AspNetUsers_CountryId",
|