From 717bfaf0fbf455161eb4a415b6f4a85d96ecd518 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 14 Jan 2006 23:44:59 +0000 Subject: [PATCH] Fix: Typage non compatible --- mysql/tables/llx_projet_task_time.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/tables/llx_projet_task_time.sql b/mysql/tables/llx_projet_task_time.sql index 88862caa50b..a4ec32e44be 100644 --- a/mysql/tables/llx_projet_task_time.sql +++ b/mysql/tables/llx_projet_task_time.sql @@ -25,7 +25,7 @@ create table llx_projet_task_time rowid integer AUTO_INCREMENT PRIMARY KEY, fk_task integer NOT NULL, task_date date, - task_duration real UNSIGNED, + task_duration double, fk_user integer, note text,