diff options
Diffstat (limited to 'src/db/init.py')
-rw-r--r-- | src/db/init.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/init.py b/src/db/init.py index 9517714..c1835eb 100644 --- a/src/db/init.py +++ b/src/db/init.py @@ -12,6 +12,7 @@ def init(path): " created_at INTEGER NOT NULL," " modified_at INTEGER NOT NULL," " name TEXT NOT NULL," + " duration INTEGER," " tag TEXT" " )") database.commit() |