Merge pull request #15310 from hregis/develop_bug2

FIX missing rename file date_m to tms
This commit is contained in:
Laurent Destailleur 2020-11-05 19:21:06 +01:00 committed by GitHub
commit 790adde247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ CREATE TABLE llx_ecm_directories
fullpath varchar(750), fullpath varchar(750),
extraparams varchar(255), -- for stock other parameters with json format extraparams varchar(255), -- for stock other parameters with json format
date_c datetime, 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_c integer,
fk_user_m integer, fk_user_m integer,
acl text acl text