X-Git-Url: http://git.treefish.org/~alex/photosort.git/blobdiff_plain/5b9ec26e3f502c56d73d11cafb8b411541db89d5..26ebc9ffad3914f871f52b39ac8ea7d05bb1e304:/src/locator.py diff --git a/src/locator.py b/src/locator.py index 55142c5..7ec362f 100644 --- a/src/locator.py +++ b/src/locator.py @@ -69,6 +69,6 @@ class Locator: c = self._conn.cursor() c.execute('''CREATE TABLE cache (name TEXT, size INTEGER, meta_time INTEGER, file_dir TEXT, - access_time INTEGER) + access_time INTEGER), PRIMARY KEY (name, size, meta_time)''') self._conn.commit()