mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue