|
|
|
@ -52,13 +52,10 @@ namespace NzbDrone.Core.Datastore.Migration
|
|
|
|
|
.WithColumn("Images").AsString()
|
|
|
|
|
.WithColumn("Path").AsString()
|
|
|
|
|
.WithColumn("Monitored").AsBoolean()
|
|
|
|
|
.WithColumn("QualityProfileId").AsInt32()
|
|
|
|
|
.WithColumn("SeasonFolder").AsBoolean()
|
|
|
|
|
.WithColumn("ProfileId").AsInt32()
|
|
|
|
|
.WithColumn("LastInfoSync").AsDateTime().Nullable()
|
|
|
|
|
.WithColumn("LastDiskSync").AsDateTime().Nullable()
|
|
|
|
|
.WithColumn("Runtime").AsInt32()
|
|
|
|
|
.WithColumn("BacklogSetting").AsInt32()
|
|
|
|
|
.WithColumn("CustomStartDate").AsDateTime().Nullable()
|
|
|
|
|
.WithColumn("InCinemas").AsDateTime().Nullable()
|
|
|
|
|
.WithColumn("Year").AsInt32().Nullable()
|
|
|
|
|
.WithColumn("Added").AsDateTime().Nullable()
|
|
|
|
|