mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Missed coverting scene_numbering table, fixed!
This commit is contained in:
parent
5709c8843c
commit
999b1bafe0
@ -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 New Issue
Block a user