From 3632ee363b07614739ae2cb5c42254865ba8e8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=B5=D1=80?= =?UTF-8?q?=D0=B3=D1=83=D0=BD=D0=BE=D0=B2?= Date: Mon, 15 May 2023 10:38:34 +0400 Subject: [PATCH] fix --- ...tion.Designer.cs => 20230515060908_SecMigration.Designer.cs} | 2 +- ...514095932_SecMigration.cs => 20230515060908_SecMigration.cs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename GiftShop/GiftShopDatabaseImplement/Migrations/{20230514095932_SecMigration.Designer.cs => 20230515060908_SecMigration.Designer.cs} (99%) rename GiftShop/GiftShopDatabaseImplement/Migrations/{20230514095932_SecMigration.cs => 20230515060908_SecMigration.cs} (100%) diff --git a/GiftShop/GiftShopDatabaseImplement/Migrations/20230514095932_SecMigration.Designer.cs b/GiftShop/GiftShopDatabaseImplement/Migrations/20230515060908_SecMigration.Designer.cs similarity index 99% rename from GiftShop/GiftShopDatabaseImplement/Migrations/20230514095932_SecMigration.Designer.cs rename to GiftShop/GiftShopDatabaseImplement/Migrations/20230515060908_SecMigration.Designer.cs index 48e6665..f8771ed 100644 --- a/GiftShop/GiftShopDatabaseImplement/Migrations/20230514095932_SecMigration.Designer.cs +++ b/GiftShop/GiftShopDatabaseImplement/Migrations/20230515060908_SecMigration.Designer.cs @@ -12,7 +12,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace GiftShopDatabaseImplement.Migrations { [DbContext(typeof(GiftShopDatabase))] - [Migration("20230514095932_SecMigration")] + [Migration("20230515060908_SecMigration")] partial class SecMigration { /// diff --git a/GiftShop/GiftShopDatabaseImplement/Migrations/20230514095932_SecMigration.cs b/GiftShop/GiftShopDatabaseImplement/Migrations/20230515060908_SecMigration.cs similarity index 100% rename from GiftShop/GiftShopDatabaseImplement/Migrations/20230514095932_SecMigration.cs rename to GiftShop/GiftShopDatabaseImplement/Migrations/20230515060908_SecMigration.cs