2
0
forked from Wavyzz/dolibarr

Fix SQL error when installing

This commit is contained in:
Maxime Kohlhaas
2015-03-10 15:34:48 +01:00
parent 6113a5b0f5
commit fa628bba6f

View File

@@ -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),