summaryrefslogtreecommitdiffstats
path: root/srvs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--srvs/mysql.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/srvs/mysql.sql b/srvs/mysql.sql
index 13db8c7..178fb57 100644
--- a/srvs/mysql.sql
+++ b/srvs/mysql.sql
@@ -180,8 +180,10 @@ CREATE TABLE issues (
guid varchar(8) NOT NULL,
numb int(32) NOT NULL DEFAULT 0,
assignee varchar(8) NOT NULL DEFAULT '',
+ author varchar(8) NOT NULL DEFAULT '',
seen int(1) NOT NULL DEFAULT 0, /* has the assignee seen this yet? */
description text NOT NULL,
+ authored varchar(64) NOT NULL DEFAULT '',
due varchar(64) NOT NULL DEFAULT '',
tags text NOT NULL,