using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace MTWorkHR.Identity.Migrations
{
///
public partial class altrIdentity4 : Migration
{
///
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.UpdateData(
table: "AspNetUsers",
keyColumn: "Id",
keyValue: "ADMB3B92-2311-48F8-9DEC-F9FAEF1F21UA",
columns: new[] { "ConcurrencyStamp", "SecurityStamp" },
values: new object[] { "7cc87689-9eab-4280-b8e3-1834080783a5", "49bb16c3-4704-4c60-908d-dc8506950acc" });
migrationBuilder.UpdateData(
table: "AspNetUsers",
keyColumn: "Id",
keyValue: "AL5B3B92-2311-48F8-9DEC-F9FAEF1F21UB",
columns: new[] { "ConcurrencyStamp", "SecurityStamp" },
values: new object[] { "4af7b4cf-802a-455b-b598-997e167745b3", "62549056-1b9d-46d4-84f8-adea3e4d8b68" });
}
///
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.UpdateData(
table: "AspNetUsers",
keyColumn: "Id",
keyValue: "ADMB3B92-2311-48F8-9DEC-F9FAEF1F21UA",
columns: new[] { "ConcurrencyStamp", "SecurityStamp" },
values: new object[] { "14e7547f-8984-433b-af19-5321a2471f8e", "9355e051-c970-4587-a424-ed11b0b4c606" });
migrationBuilder.UpdateData(
table: "AspNetUsers",
keyColumn: "Id",
keyValue: "AL5B3B92-2311-48F8-9DEC-F9FAEF1F21UB",
columns: new[] { "ConcurrencyStamp", "SecurityStamp" },
values: new object[] { "fbae36cf-e1c8-4567-852c-636c111ac689", "3df3d0ca-c1ec-44cf-aee0-3f8405634a8f" });
}
}
}