diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-11 21:32:41 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-11 21:33:11 +0200 |
| commit | c63b86e74230144c111a380b272a0260e6ed019b (patch) | |
| tree | 5394629373492b71bffcd8c2bc0362c5484c347c /API/Migrations/20201211193121_UserRole.cs | |
| parent | e0642bea9392f5fdab92f70622e671f9fd7ee0c7 (diff) | |
| download | DevHive-c63b86e74230144c111a380b272a0260e6ed019b.tar DevHive-c63b86e74230144c111a380b272a0260e6ed019b.tar.gz DevHive-c63b86e74230144c111a380b272a0260e6ed019b.zip | |
Added UserRole migrations
Diffstat (limited to 'API/Migrations/20201211193121_UserRole.cs')
| -rw-r--r-- | API/Migrations/20201211193121_UserRole.cs | 17 |
1 files changed, 17 insertions, 0 deletions
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) + { + + } + } +} |
