mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Missed coverting scene_numbering table, fixed!
This commit is contained in:
parent
5709c8843c
commit
999b1bafe0
1 changed files with 2 additions and 0 deletions
|
@ -659,5 +659,7 @@ class ConvertIndexerToInteger(AddSceneNumbering):
|
|||
self.connection.action("UPDATE tv_shows SET indexer = ? WHERE LOWER(indexer) = ?", ["2", "tvrage"])
|
||||
self.connection.action("UPDATE tv_episodes SET indexer = ? WHERE LOWER(indexer) = ?", ["1", "tvdb"])
|
||||
self.connection.action("UPDATE tv_episodes SET indexer = ? WHERE LOWER(indexer) = ?", ["2", "tvrage"])
|
||||
self.connection.action("UPDATE scene_numbering SET indexer = ? WHERE LOWER(indexer) = ?", ["1", "tvdb"])
|
||||
self.connection.action("UPDATE scene_numbering SET indexer = ? WHERE LOWER(indexer) = ?", ["2", "tvrage"])
|
||||
|
||||
self.incDBVersion()
|
Loading…
Reference in a new issue