aboutsummaryrefslogtreecommitdiff
path: root/todo/db/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'todo/db/init.py')
-rw-r--r--todo/db/init.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/todo/db/init.py b/todo/db/init.py
index 5d847a3..0fb9ec1 100644
--- a/todo/db/init.py
+++ b/todo/db/init.py
@@ -18,9 +18,7 @@ def init(path):
" created_at INTEGER NOT NULL,"
" updated_at INTEGER NOT NULL,"
" name TEXT NOT NULL,"
- " duration INTEGER,"
- " difficulty INT,"
- " priority INT,"
+ " due_date TEXT,"
" description TEXT,"
" status TEXT"
" )")