Modif type de champs dans
create table llx_projet_task_time task_duration real UNSIGNED,
This commit is contained in:
parent
b28b984063
commit
ad2c4aa11b
@ -1746,7 +1746,7 @@ create table llx_projet_task_time
|
|||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
fk_task integer NOT NULL,
|
fk_task integer NOT NULL,
|
||||||
task_date date,
|
task_date date,
|
||||||
task_duration smallint UNSIGNED,
|
task_duration real UNSIGNED,
|
||||||
fk_user integer,
|
fk_user integer,
|
||||||
note text,
|
note text,
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user