Fix migration to include ConfigContract and EnableAuto. Also fixed redirects on lists.

Please delete NetImport Table and the corresponding VersionInfo Row (123)
This commit is contained in:
Leonardo Galli
2017-01-22 14:55:25 +01:00
parent 76a42b28f3
commit f481676c81
4 changed files with 8 additions and 3 deletions

View File

@@ -57,8 +57,7 @@ namespace NzbDrone.Core.Datastore
.Ignore(i => i.SupportsSearch);
Mapper.Entity<NetImportDefinition>().RegisterDefinition("NetImport")
.Ignore(i => i.Enable)
.Ignore(i => i.ConfigContract);
.Ignore(i => i.Enable);
Mapper.Entity<NotificationDefinition>().RegisterDefinition("Notifications")
.Ignore(i => i.SupportsOnGrab)