2
0
forked from Wavyzz/dolibarr

Update llx_projet_task.sql

new field "ref" present on update sql but not on the table
This commit is contained in:
BENKE Charles
2013-12-25 15:02:21 +01:00
parent fca35cb8b0
commit e9ef9b6e8d

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