FIX unkwown columm tms #14947

This commit is contained in:
Aurélien 2020-10-13 12:10:06 +02:00
parent 85f15b5f69
commit abfcb73a45
No known key found for this signature in database
GPG Key ID: 296611B615F8FDF3

View File

@ -35,7 +35,7 @@ CREATE TABLE llx_ecm_files
gen_or_uploaded varchar(12), -- 'generated' or 'uploaded'
extraparams varchar(255), -- for stocking other parameters with json format
date_c datetime,
date_m timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
fk_user_c integer,
fk_user_m integer,
acl text -- for future permission 'per file'