From 7f13a9de530f0fedf7d4eee6ecf60c9269d0f499 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:04:17 +0400 Subject: [PATCH] 5th lab fix --- ...gration.Designer.cs => 20230515045817_MigrDem.Designer.cs} | 4 ++-- ...230428071341_SecMigration.cs => 20230515045817_MigrDem.cs} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename GiftShop/GiftShopDatabaseImplement/Migrations/{20230428071341_SecMigration.Designer.cs => 20230515045817_MigrDem.Designer.cs} (98%) rename GiftShop/GiftShopDatabaseImplement/Migrations/{20230428071341_SecMigration.cs => 20230515045817_MigrDem.cs} (99%) diff --git a/GiftShop/GiftShopDatabaseImplement/Migrations/20230428071341_SecMigration.Designer.cs b/GiftShop/GiftShopDatabaseImplement/Migrations/20230515045817_MigrDem.Designer.cs similarity index 98% rename from GiftShop/GiftShopDatabaseImplement/Migrations/20230428071341_SecMigration.Designer.cs rename to GiftShop/GiftShopDatabaseImplement/Migrations/20230515045817_MigrDem.Designer.cs index fdac7f5..482fd98 100644 --- a/GiftShop/GiftShopDatabaseImplement/Migrations/20230428071341_SecMigration.Designer.cs +++ b/GiftShop/GiftShopDatabaseImplement/Migrations/20230515045817_MigrDem.Designer.cs @@ -12,8 +12,8 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace GiftShopDatabaseImplement.Migrations { [DbContext(typeof(GiftShopDatabase))] - [Migration("20230428071341_SecMigration")] - partial class SecMigration + [Migration("20230515045817_MigrDem")] + partial class MigrDem { /// protected override void BuildTargetModel(ModelBuilder modelBuilder) diff --git a/GiftShop/GiftShopDatabaseImplement/Migrations/20230428071341_SecMigration.cs b/GiftShop/GiftShopDatabaseImplement/Migrations/20230515045817_MigrDem.cs similarity index 99% rename from GiftShop/GiftShopDatabaseImplement/Migrations/20230428071341_SecMigration.cs rename to GiftShop/GiftShopDatabaseImplement/Migrations/20230515045817_MigrDem.cs index 8fbdbe1..bb52cd4 100644 --- a/GiftShop/GiftShopDatabaseImplement/Migrations/20230428071341_SecMigration.cs +++ b/GiftShop/GiftShopDatabaseImplement/Migrations/20230515045817_MigrDem.cs @@ -6,7 +6,7 @@ using Microsoft.EntityFrameworkCore.Migrations; namespace GiftShopDatabaseImplement.Migrations { /// - public partial class SecMigration : Migration + public partial class MigrDem : Migration { /// protected override void Up(MigrationBuilder migrationBuilder)