From c63b86e74230144c111a380b272a0260e6ed019b Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 11 Dec 2020 21:32:41 +0200 Subject: Added UserRole migrations --- API/Migrations/20201211193121_UserRole.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 API/Migrations/20201211193121_UserRole.cs (limited to 'API/Migrations/20201211193121_UserRole.cs') diff --git a/API/Migrations/20201211193121_UserRole.cs b/API/Migrations/20201211193121_UserRole.cs new file mode 100644 index 0000000..d934cc1 --- /dev/null +++ b/API/Migrations/20201211193121_UserRole.cs @@ -0,0 +1,17 @@ +using Microsoft.EntityFrameworkCore.Migrations; + +namespace API.Migrations +{ + public partial class UserRole : Migration + { + protected override void Up(MigrationBuilder migrationBuilder) + { + + } + + protected override void Down(MigrationBuilder migrationBuilder) + { + + } + } +} -- cgit v1.2.3