diff --git a/src/NzbDrone.Core/Datastore/Migration/061_clear_bad_scene_names.cs b/src/NzbDrone.Core/Datastore/Migration/061_clear_bad_scene_names.cs index bcdac090a..4bc2275dc 100644 --- a/src/NzbDrone.Core/Datastore/Migration/061_clear_bad_scene_names.cs +++ b/src/NzbDrone.Core/Datastore/Migration/061_clear_bad_scene_names.cs @@ -14,7 +14,6 @@ namespace NzbDrone.Core.Datastore.Migration " ReleaseGroup IS NULL " + " OR SceneName IS NULL " + " OR ReleaseGroup =='DRONE' " + - " OR LENGTH(SceneName) == 40 " + " OR LENGTH(SceneName) <10 " + " OR LENGTH(ReleaseGroup) > 20 " + " OR SceneName NOT LIKE '%.%'");