From 64e02c270d2911e85ea82b601e2aa251400fbcd0 Mon Sep 17 00:00:00 2001 From: transtrike Date: Sat, 12 Dec 2020 16:12:23 +0200 Subject: Merge with authorization-dev completed --- API/Migrations/20201211193121_UserRole.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete 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 deleted file mode 100644 index d934cc1..0000000 --- a/API/Migrations/20201211193121_UserRole.cs +++ /dev/null @@ -1,17 +0,0 @@ -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