diff options
Diffstat (limited to '')
-rw-r--r-- | schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |