X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f5ed86434f9baa4ce4f89b2a40d35e9d5677df67..90115a9238f9a291ed91cd573c3896efe7ef5e35:/mysql.sql diff --git a/mysql.sql b/mysql.sql index dd1d8c83..a951a054 100644 --- a/mysql.sql +++ b/mysql.sql @@ -139,7 +139,7 @@ CREATE TABLE `tt_log` ( `project_id` int(11) default NULL, # project id `task_id` int(11) default NULL, # task id `invoice_id` int(11) default NULL, # invoice id - `comment` blob, # user provided comment for time record + `comment` text, # user provided comment for time record `billable` tinyint(4) default '0', # whether the record is billable or not `status` tinyint(4) default '1', # time record status PRIMARY KEY (`id`)