From 90d9f0f305030aaec7d3fb5a3d835549f110cf3c Mon Sep 17 00:00:00 2001 From: transtrike Date: Tue, 15 Dec 2020 22:24:57 +0200 Subject: Fixed Migrations creation problem --- .../Migrations/20201215202359_Second_Migration.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/DevHive.Web/Migrations/20201215202359_Second_Migration.cs (limited to 'src/DevHive.Web/Migrations/20201215202359_Second_Migration.cs') diff --git a/src/DevHive.Web/Migrations/20201215202359_Second_Migration.cs b/src/DevHive.Web/Migrations/20201215202359_Second_Migration.cs new file mode 100644 index 0000000..6197b3e --- /dev/null +++ b/src/DevHive.Web/Migrations/20201215202359_Second_Migration.cs @@ -0,0 +1,17 @@ +using Microsoft.EntityFrameworkCore.Migrations; + +namespace DevHive.Web.Migrations +{ + public partial class Second_Migration : Migration + { + protected override void Up(MigrationBuilder migrationBuilder) + { + + } + + protected override void Down(MigrationBuilder migrationBuilder) + { + + } + } +} -- cgit v1.2.3