mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
Added migration code and cleaned up the DB
This commit is contained in:
parent
ce416ae046
commit
b62b7c1305
8 changed files with 34 additions and 76 deletions
|
@ -40,7 +40,7 @@ namespace PlexRequests.Core
|
|||
|
||||
private IRepository<RequestedModel> Repo { get; set; }
|
||||
|
||||
public long AddRequest(int providerId, RequestedModel model)
|
||||
public long AddRequest(RequestedModel model)
|
||||
{
|
||||
return Repo.Insert(model);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue