2
0
forked from Wavyzz/dolibarr

Mise a jour script pour prparation release

This commit is contained in:
Laurent Destailleur
2005-12-17 15:31:05 +00:00
parent e5f2332034
commit c55deb5adf
48 changed files with 502 additions and 69 deletions

View File

@@ -31,7 +31,7 @@ create table llx_projet_task_time
rowid SERIAL PRIMARY KEY,
"fk_task" integer NOT NULL,
"task_date" date,
"task_duration" smallint,
"task_duration" real UNSIGNED,
"fk_user" integer,
"note" text
);