Update llx_ecm_files.sql

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

View File

@ -38,5 +38,7 @@ CREATE TABLE llx_ecm_files
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 -- for future permission 'per file'
) ENGINE=innodb;