Fix: Typage non compatible

This commit is contained in:
Laurent Destailleur 2006-01-14 23:44:59 +00:00
parent b3b1afb588
commit 717bfaf0fb

View File

@ -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,