mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Fix for scene exception update error, please delete cache.db file for this to fix tow take affect.
This commit is contained in:
parent
2eec706197
commit
067438b5d9
@ -88,4 +88,4 @@ class AddSceneExceptionsRefresh(AddSceneExceptionsCustom):
|
||||
|
||||
def execute(self):
|
||||
self.connection.action(
|
||||
"CREATE TABLE scene_exceptions_refresh (list TEXT, last_refreshed INTEGER)")
|
||||
"CREATE TABLE scene_exceptions_refresh (list TEXT PRIMARY KEY, last_refreshed INTEGER)")
|
Loading…
Reference in New Issue
Block a user