don't clear scenenames that are 40 char long.

This commit is contained in:
Keivan Beigi 2014-09-02 15:17:35 -07:00
parent 1c7f2ad29e
commit ce8cb41bac
1 changed files with 0 additions and 1 deletions

View File

@ -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 '%.%'");