mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue