Update llx_ecm_directories.sql

This commit is contained in:
Frédéric FRANCE 2020-11-23 23:56:03 +01:00 committed by GitHub
parent daf26f46a8
commit 886945829e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,5 +33,7 @@ CREATE TABLE llx_ecm_directories
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
fk_user_c integer,
fk_user_m integer,
note_private text,
note_public text,
acl text
) ENGINE=innodb;