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 968fb38..e6826cf 100644
--- a/schema.sql
+++ b/schema.sql
@@ -181,7 +181,7 @@ CREATE TABLE issues (
numb int(32) NOT NULL,
assignee varchar(8) DEFAULT NULL,
seen int(1) NOT NULL DEFAULT 0, /* has the assignee seen this yet? */
- desc text DEFAULT NULL,
+ description text DEFAULT NULL,
due datetime DEFAULT NULL,
tags varchar(64) DEFAULT NULL,