summaryrefslogtreecommitdiffstats
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 995b52d..32fc7ab 100644
--- a/schema.sql
+++ b/schema.sql
@@ -183,7 +183,7 @@ CREATE TABLE issues (
seen int(1) NOT NULL DEFAULT 0, /* has the assignee seen this yet? */
description text NOT NULL,
due varchar(64) NOT NULL DEFAULT '',
- tags varchar(64) NOT NULL DEFAULT '',
+ tags text NOT NULL,
PRIMARY KEY (guid)
);