From cfa7f19da65e230128531a9030a2a58fb4fcc8de Mon Sep 17 00:00:00 2001 From: ValAnn Date: Sat, 11 May 2024 14:02:02 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B8=D0=B3=D1=80=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D0=B8=20=D0=B8=20=D1=80=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B5?= =?UTF-8?q?=D0=B4=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SushiBar/SushiBarClientApp/Views/Home/Supply.cshtml | 2 +- ...Create.Designer.cs => 20240508132013_InitCreate.Designer.cs} | 2 +- ...0240508053719_InitCreate.cs => 20240508132013_InitCreate.cs} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename SushiBar/SushiBarDatabaseImplement/Migrations/{20240508053719_InitCreate.Designer.cs => 20240508132013_InitCreate.Designer.cs} (99%) rename SushiBar/SushiBarDatabaseImplement/Migrations/{20240508053719_InitCreate.cs => 20240508132013_InitCreate.cs} (100%) diff --git a/SushiBar/SushiBarClientApp/Views/Home/Supply.cshtml b/SushiBar/SushiBarClientApp/Views/Home/Supply.cshtml index a5a73ae..a2bc875 100644 --- a/SushiBar/SushiBarClientApp/Views/Home/Supply.cshtml +++ b/SushiBar/SushiBarClientApp/Views/Home/Supply.cshtml @@ -10,7 +10,7 @@
- +
diff --git a/SushiBar/SushiBarDatabaseImplement/Migrations/20240508053719_InitCreate.Designer.cs b/SushiBar/SushiBarDatabaseImplement/Migrations/20240508132013_InitCreate.Designer.cs similarity index 99% rename from SushiBar/SushiBarDatabaseImplement/Migrations/20240508053719_InitCreate.Designer.cs rename to SushiBar/SushiBarDatabaseImplement/Migrations/20240508132013_InitCreate.Designer.cs index c5b1482..7198e5b 100644 --- a/SushiBar/SushiBarDatabaseImplement/Migrations/20240508053719_InitCreate.Designer.cs +++ b/SushiBar/SushiBarDatabaseImplement/Migrations/20240508132013_InitCreate.Designer.cs @@ -12,7 +12,7 @@ using SushiBarDatabaseImplement; namespace SushiBarDatabaseImplement.Migrations { [DbContext(typeof(SushiBarDatabase))] - [Migration("20240508053719_InitCreate")] + [Migration("20240508132013_InitCreate")] partial class InitCreate { /// diff --git a/SushiBar/SushiBarDatabaseImplement/Migrations/20240508053719_InitCreate.cs b/SushiBar/SushiBarDatabaseImplement/Migrations/20240508132013_InitCreate.cs similarity index 100% rename from SushiBar/SushiBarDatabaseImplement/Migrations/20240508053719_InitCreate.cs rename to SushiBar/SushiBarDatabaseImplement/Migrations/20240508132013_InitCreate.cs