Modif type de champs dans

create table llx_projet_task_time
  task_duration    real UNSIGNED,
This commit is contained in:
Rodolphe Quiedeville 2005-08-25 13:38:59 +00:00
parent b28b984063
commit ad2c4aa11b

View File

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