diff options
Diffstat (limited to 'schema.sql')
-rw-r--r-- | schema.sql | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -137,6 +137,8 @@ CREATE TABLE `issue` ( `assignee` varchar(10) DEFAULT NULL, `unread` int(10) unsigned NOT NULL DEFAULT 1, `desc` text DEFAULT NULL, + `due` datetime DEFAULT NULL, + `tags` text DEFAULT NULL, PRIMARY KEY (`guid`) ); |