Upgraded services to latest version of Petapoco

This commit is contained in:
kay.one
2012-02-17 14:04:22 -08:00
parent ba43509a67
commit 04afa21b98
14 changed files with 3223 additions and 17 deletions
@@ -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; }