Add series uses all available information

This commit is contained in:
Mark McDowall 2013-04-11 00:52:38 -07:00
commit 23acb3a9ae
6 changed files with 19 additions and 22 deletions

View file

@ -29,7 +29,6 @@ namespace NzbDrone.Core.Datastore.Migration
.WithColumn("Images").AsString()
.WithColumn("RootFolderId").AsInt32()
.WithColumn("Folder").AsString().NotNullable()
.WithColumn("Path").AsString().Unique()
.WithColumn("Monitored").AsBoolean()
.WithColumn("QualityProfileId").AsInt32()
.WithColumn("SeasonFolder").AsBoolean()