aboutsummaryrefslogtreecommitdiff
path: root/gerboweb/job_queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'gerboweb/job_queue.py')
-rw-r--r--gerboweb/job_queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gerboweb/job_queue.py b/gerboweb/job_queue.py
index 76f17dc..62ba398 100644
--- a/gerboweb/job_queue.py
+++ b/gerboweb/job_queue.py
@@ -13,7 +13,7 @@ class JobQueue:
type TEXT,
params TEXT,
client TEXT,
- result TEXT DEFAULT NULL,
+ result INTEGER DEFAULT NULL,
created DATETIME DEFAULT CURRENT_TIMESTAMP,
consumed DATETIME DEFAULT NULL,
aborted DATETIME DEFAULT NULL,