Modif format task_duration

This commit is contained in:
Rodolphe Quiedeville 2005-08-25 13:36:44 +00:00
parent 079ddb1af7
commit b28b984063

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 smallint UNSIGNED,
task_duration real UNSIGNED,
fk_user integer,
note text,