mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Done #678
This commit is contained in:
parent
cb11267fd2
commit
9f41a511cd
9 changed files with 21 additions and 10 deletions
|
@ -41,6 +41,7 @@ namespace PlexRequests.Store.Models
|
|||
|
||||
public FaultType FaultType { get; set; }
|
||||
public DateTime? LastRetry { get; set; }
|
||||
public string Message { get; set; }
|
||||
}
|
||||
|
||||
public enum FaultType
|
||||
|
|
|
@ -146,7 +146,8 @@ CREATE TABLE IF NOT EXISTS RequestFaultQueue
|
|||
Type INTEGER NOT NULL,
|
||||
FaultType INTEGER NOT NULL,
|
||||
Content BLOB NOT NULL,
|
||||
LastRetry VARCHAR(100)
|
||||
LastRetry VARCHAR(100),
|
||||
Description VARCHAR(100)
|
||||
);
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS PlexUsers_Id ON PlexUsers (Id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue