summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--storage/sqlite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/sqlite.py b/storage/sqlite.py
index a7e98e9..df4c83d 100644
--- a/storage/sqlite.py
+++ b/storage/sqlite.py
@@ -37,7 +37,7 @@ class sqlite(storageBase):
desc BLOB,
completed INTEGER(1) DEFAULT (0),
removed INTEGER(1) DEFAULT (0),
- add due INTEGER DEFAULT (0)
+ due INTEGER DEFAULT (0)
)''')
self.cur.execute('drop table if exists control')