]> wagnertech.de Git - timetracker.git/blobdiff - mysql.sql
Changed data type for tt_log comment to TEXT because of _union all_ problems with...
[timetracker.git] / mysql.sql
index dd1d8c834bca85f04aa934d458bc084ebcd38ffb..a951a0546de59b5ac22b6eef7818a2197f518361 100644 (file)
--- 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`)