aboutsummaryrefslogtreecommitdiff
path: root/src/db/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/init.py')
-rw-r--r--src/db/init.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/db/init.py b/src/db/init.py
index 77920cf..5d847a3 100644
--- a/src/db/init.py
+++ b/src/db/init.py
@@ -21,7 +21,8 @@ def init(path):
" duration INTEGER,"
" difficulty INT,"
" priority INT,"
- " description TEXT"
+ " description TEXT,"
+ " status TEXT"
" )")
cursor.execute(