mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Upgraded services to latest version of Petapoco
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
using System.Linq;
|
||||
using PetaPoco;
|
||||
using Services.PetaPoco;
|
||||
|
||||
|
||||
namespace NzbDrone.Services.Service.Repository.Reporting
|
||||
{
|
||||
[TableName("ParseErrorReports")]
|
||||
[PrimaryKey("Title", autoIncrement = false)]
|
||||
public class ParseErrorRow : ReportRowBase
|
||||
{
|
||||
public string Title { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user