FIX missing rename file date_m to tms
This commit is contained in:
parent
57bb6506a3
commit
6348a64369
@ -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
|
||||||
|
|||||||
@ -35,7 +35,7 @@ CREATE TABLE llx_ecm_files
|
|||||||
gen_or_uploaded varchar(12), -- 'generated' or 'uploaded'
|
gen_or_uploaded varchar(12), -- 'generated' or 'uploaded'
|
||||||
extraparams varchar(255), -- for stocking other parameters with json format
|
extraparams varchar(255), -- for stocking other parameters with json format
|
||||||
date_c datetime,
|
date_c datetime,
|
||||||
tms 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 -- for future permission 'per file'
|
acl text -- for future permission 'per file'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user