From 63cf177e8cf22e349534664d59a6926f8b36863d Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 30 Dec 2022 20:25:44 +0100 Subject: feat: Undo mistakes --- code/api/Migrations/20221230174414_Second.cs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 code/api/Migrations/20221230174414_Second.cs (limited to 'code/api/Migrations/20221230174414_Second.cs') diff --git a/code/api/Migrations/20221230174414_Second.cs b/code/api/Migrations/20221230174414_Second.cs deleted file mode 100644 index 4012c3f..0000000 --- a/code/api/Migrations/20221230174414_Second.cs +++ /dev/null @@ -1,22 +0,0 @@ -using Microsoft.EntityFrameworkCore.Migrations; - -#nullable disable - -namespace I2R.Storage.Api.Migrations -{ - /// - public partial class Second : Migration - { - /// - protected override void Up(MigrationBuilder migrationBuilder) - { - - } - - /// - protected override void Down(MigrationBuilder migrationBuilder) - { - - } - } -} -- cgit v1.3