mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
Finished #483
This commit is contained in:
parent
dd92bb179c
commit
8a61371048
10 changed files with 243 additions and 7 deletions
|
@ -30,7 +30,7 @@ using Dapper.Contrib.Extensions;
|
|||
|
||||
namespace PlexRequests.Store.Models
|
||||
{
|
||||
[Table("RequestQueue")]
|
||||
[Table("RequestFaultQueue")]
|
||||
public class RequestQueue : Entity
|
||||
{
|
||||
public string PrimaryIdentifier { get; set; }
|
||||
|
|
|
@ -133,7 +133,7 @@ CREATE UNIQUE INDEX IF NOT EXISTS PlexEpisodes_Id ON PlexEpisodes (Id);
|
|||
CREATE INDEX IF NOT EXISTS PlexEpisodes_ProviderId ON PlexEpisodes (ProviderId);
|
||||
|
||||
|
||||
CREATE TABLE IF NOT EXISTS RequestQueue
|
||||
CREATE TABLE IF NOT EXISTS RequestFaultQueue
|
||||
(
|
||||
Id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
PrimaryIdentifier VARCHAR(100) NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue