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,
|
||||
fk_task integer NOT NULL,
|
||||
task_date date,
|
||||
task_duration smallint UNSIGNED,
|
||||
task_duration real UNSIGNED,
|
||||
fk_user integer,
|
||||
note text,
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user