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
|
@ -32,7 +32,7 @@ namespace PlexRequests.Core
|
|||
{
|
||||
public interface IRequestService
|
||||
{
|
||||
long AddRequest(int providerId, RequestedModel model);
|
||||
long AddRequest(RequestedModel model);
|
||||
bool CheckRequest(int providerId);
|
||||
void DeleteRequest(RequestedModel request);
|
||||
bool UpdateRequest(RequestedModel model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue