RootDirs moved to PetaPoco. Removed SubSonic references from EpisodeFile & SceneMapping.

This commit is contained in:
Mark McDowall 2011-06-17 08:27:18 -07:00
commit f7ee16dbba
6 changed files with 31 additions and 31 deletions

View file

@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using PetaPoco;
using SubSonic.SqlGeneration.Schema;
namespace NzbDrone.Core.Repository
{
@ -11,7 +10,6 @@ namespace NzbDrone.Core.Repository
[PrimaryKey("CleanTitle", autoIncrement = false)]
public class SceneMapping
{
[SubSonicPrimaryKey]
public virtual string CleanTitle { get; set; }
public virtual int SeriesId { get; set; }