Renamed Folder to FolderName. Series.Path is readonly

This commit is contained in:
Mark McDowall 2013-04-11 08:28:08 -07:00
commit e43cb87620
9 changed files with 32 additions and 21 deletions

View file

@ -28,7 +28,7 @@ namespace NzbDrone.Core.Datastore.Migration
.WithColumn("AirTime").AsString().Nullable()
.WithColumn("Images").AsString()
.WithColumn("RootFolderId").AsInt32()
.WithColumn("Folder").AsString().NotNullable()
.WithColumn("FolderName").AsString()
.WithColumn("Monitored").AsBoolean()
.WithColumn("QualityProfileId").AsInt32()
.WithColumn("SeasonFolder").AsBoolean()