mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-17 10:45:49 +02:00
don't clear scenenames that are 40 char long.
This commit is contained in:
parent
1c7f2ad29e
commit
ce8cb41bac
@ -14,7 +14,6 @@ protected override void MainDbUpgrade()
|
||||
" 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 '%.%'");
|
||||
|
Loading…
Reference in New Issue
Block a user