mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Finished #483
This commit is contained in:
parent
dd92bb179c
commit
8a61371048
10 changed files with 243 additions and 7 deletions
|
@ -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