forked from Wavyzz/dolibarr
Fix SQL error when installing
This commit is contained in:
@@ -22,7 +22,7 @@ create table llx_projet_task_time
|
|||||||
fk_task integer NOT NULL,
|
fk_task integer NOT NULL,
|
||||||
task_date date, -- only the day
|
task_date date, -- only the day
|
||||||
task_datehour datetime, -- day + hour
|
task_datehour datetime, -- day + hour
|
||||||
task_date_withhour integer DEFAULT 0; -- 0 by default, 1 if date was entered with start hour
|
task_date_withhour integer DEFAULT 0, -- 0 by default, 1 if date was entered with start hour
|
||||||
task_duration double,
|
task_duration double,
|
||||||
fk_user integer,
|
fk_user integer,
|
||||||
thm double(24,8),
|
thm double(24,8),
|
||||||
|
|||||||
Reference in New Issue
Block a user