From 2c8f2f220aed9a1ab40e2b0302fafa1e4ba6e17f Mon Sep 17 00:00:00 2001 From: Oziel AO Date: Mon, 28 Nov 2016 12:29:30 +0100 Subject: [PATCH] an extra comma at the end note text not note text, --- htdocs/install/mysql/tables/llx_projet_task_time.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/tables/llx_projet_task_time.sql b/htdocs/install/mysql/tables/llx_projet_task_time.sql index 9dcc0826f7b..c0b250b6dfc 100644 --- a/htdocs/install/mysql/tables/llx_projet_task_time.sql +++ b/htdocs/install/mysql/tables/llx_projet_task_time.sql @@ -29,5 +29,5 @@ create table llx_projet_task_time invoice_id integer DEFAULT NULL, -- If we need to invoice each line of timespent, we can save invoice id here invoice_line_id integer DEFAULT NULL, -- If we need to invoice each line of timespent, we can save invoice line id here import_key varchar(14), -- Import key - note text, + note text )ENGINE=innodb;