From ac769e656b122ff569c3f1534701b71e00fed586 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 27 Oct 2020 19:21:35 +0800 Subject: Split front and back end. --- .../20200811080808_ChangeDateTimeOffsetToDateTime.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Timeline/Migrations/20200811080808_ChangeDateTimeOffsetToDateTime.cs (limited to 'Timeline/Migrations/20200811080808_ChangeDateTimeOffsetToDateTime.cs') diff --git a/Timeline/Migrations/20200811080808_ChangeDateTimeOffsetToDateTime.cs b/Timeline/Migrations/20200811080808_ChangeDateTimeOffsetToDateTime.cs deleted file mode 100644 index eb6b44f3..00000000 --- a/Timeline/Migrations/20200811080808_ChangeDateTimeOffsetToDateTime.cs +++ /dev/null @@ -1,17 +0,0 @@ -using Microsoft.EntityFrameworkCore.Migrations; - -namespace Timeline.Migrations -{ - public partial class ChangeDateTimeOffsetToDateTime : Migration - { - protected override void Up(MigrationBuilder migrationBuilder) - { - - } - - protected override void Down(MigrationBuilder migrationBuilder) - { - - } - } -} -- cgit v1.2.3