Add series changes

This commit is contained in:
Mark McDowall 2013-04-10 21:30:51 -07:00
commit 684a72792a
7 changed files with 32 additions and 17 deletions

View file

@ -27,6 +27,8 @@ namespace NzbDrone.Core.Datastore.Migration
.WithColumn("Overview").AsString().Nullable()
.WithColumn("AirTime").AsString().Nullable()
.WithColumn("Images").AsString()
.WithColumn("RootFolderId").AsInt32()
.WithColumn("Folder").AsString().NotNullable()
.WithColumn("Path").AsString().Unique()
.WithColumn("Monitored").AsBoolean()
.WithColumn("QualityProfileId").AsInt32()