Merge pull request #1356 from defrance69/patch-22

Update llx_projet_task.sql
This commit is contained in:
Laurent Destailleur 2013-12-26 16:20:23 -08:00
commit 8f84d65a65

View File

@ -20,6 +20,7 @@
create table llx_projet_task
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
ref varchar(50),
fk_projet integer NOT NULL,
fk_task_parent integer DEFAULT 0 NOT NULL,
datec datetime, -- date creation