ReviseProjectUpdateMethod

This commit is contained in:
2025-05-05 22:47:38 +03:00
parent b5d88122d5
commit aa0362e7cc
5 changed files with 17 additions and 19 deletions

View File

@@ -55,7 +55,7 @@ namespace ConstructorApp.DataAccessLayer.Migrations
new
{
Id = 1,
ConcurrencyStamp = "e1751e37-e292-4ceb-ad62-c4f99644cb90",
ConcurrencyStamp = "f2c5bc7e-23ad-4a5c-a635-8ff0ce92673b",
Name = "Admin",
NormalizedName = "ADMIN"
});
@@ -148,7 +148,7 @@ namespace ConstructorApp.DataAccessLayer.Migrations
{
Id = 1,
AccessFailedCount = 0,
ConcurrencyStamp = "5deffe41-e67f-46ce-9958-71447a51ded6",
ConcurrencyStamp = "bc2c46b6-f121-42c1-9148-07fc05011d39",
ConfirmCode = 0,
Email = "admin@example.com",
EmailConfirmed = true,
@@ -158,9 +158,9 @@ namespace ConstructorApp.DataAccessLayer.Migrations
LockoutEnabled = false,
NormalizedEmail = "ADMIN@EXAMPLE.COM",
NormalizedUserName = "ADMIN",
PasswordHash = "AQAAAAIAAYagAAAAEIl8WRP0ke53eoeFSxWiTgRFJpeDuz3nloXC/deWyh8hrs982k+V0IuKDPgy/ZNdkQ==",
PasswordHash = "AQAAAAIAAYagAAAAEKwNwFIHzII8pmPdfNoJD2z8DO21sJErTg3t6/7rxBtF/K+wVZ9rQ84WZteoFw4ErQ==",
PhoneNumberConfirmed = false,
SecurityStamp = "89a0e6e1-07a8-4882-964e-a177a0f34a6e",
SecurityStamp = "81ee56d1-f627-4392-842f-b931614feee2",
TwoFactorEnabled = false,
UserName = "admin"
});