Store finished work in db
This commit is contained in:
parent
a9e08505bc
commit
5e0b8e3c8c
9 changed files with 190 additions and 38 deletions
|
|
@ -2,5 +2,6 @@ CREATE TABLE queue (
|
|||
hash TEXT NOT NULL PRIMARY KEY,
|
||||
date TEXT NOT NULL,
|
||||
priority INT NOT NULL DEFAULT 0,
|
||||
|
||||
FOREIGN KEY (hash) REFERENCES commits (hash) ON DELETE CASCADE
|
||||
) STRICT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue