2
0
forked from Wavyzz/dolibarr

Some enhancements in ecm module

This commit is contained in:
Laurent Destailleur
2008-04-29 23:49:00 +00:00
parent 24bb2ca1d4
commit 79306a55d3
10 changed files with 427 additions and 291 deletions

View File

@@ -27,8 +27,8 @@ create table llx_ecm_directories
fk_parent integer,
description varchar(255) NOT NULL,
cachenbofdoc integer NOT NULL DEFAULT 0,
date_c timestamp,
date_m datetime,
date_c datetime,
date_m timestamp,
fk_user_c integer,
fk_user_m integer
) type=innodb;