mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
!wip added the api
This commit is contained in:
parent
da5d4f0738
commit
75f43260c0
9 changed files with 1253 additions and 9 deletions
1182
src/Ombi.Store/Migrations/20181203213532_RequestQueue.Designer.cs
generated
Normal file
1182
src/Ombi.Store/Migrations/20181203213532_RequestQueue.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
17
src/Ombi.Store/Migrations/20181203213532_RequestQueue.cs
Normal file
17
src/Ombi.Store/Migrations/20181203213532_RequestQueue.cs
Normal file
|
@ -0,0 +1,17 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
namespace Ombi.Store.Migrations
|
||||
{
|
||||
public partial class RequestQueue : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
|
@ -14,7 +14,7 @@ namespace Ombi.Store.Migrations
|
|||
{
|
||||
#pragma warning disable 612, 618
|
||||
modelBuilder
|
||||
.HasAnnotation("ProductVersion", "2.1.3-rtm-32065");
|
||||
.HasAnnotation("ProductVersion", "2.1.4-rtm-31024");
|
||||
|
||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRole", b =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue