Fix for scene exception update error, please delete cache.db file for this to fix tow take affect.

This commit is contained in:
echel0n 2014-06-17 09:07:48 -07:00
parent 2eec706197
commit 067438b5d9
1 changed files with 1 additions and 1 deletions

View File

@ -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)")