NEW Complete table llx_ecm_files with field generated_or_uploaded
This commit is contained in:
parent
409d6df067
commit
74f28b3861
@ -22,7 +22,9 @@
|
|||||||
-- -- VMYSQL4.1 DELETE FROM llx_usergroup_user WHERE fk_usergroup NOT IN (SELECT rowid from llx_usergroup);
|
-- -- VMYSQL4.1 DELETE FROM llx_usergroup_user WHERE fk_usergroup NOT IN (SELECT rowid from llx_usergroup);
|
||||||
|
|
||||||
|
|
||||||
ALTER TABLE llx_website ADD COLUMN virtualhost varchar(255) after fk_default_home;
|
ALTER TABLE llx_website ADD COLUMN virtualhost varchar(255) after fk_default_home;
|
||||||
|
|
||||||
|
ALTER TABLE llx_ecm_files ADD COLUMN gen_or_uploaded varchar(12) after cover;
|
||||||
|
|
||||||
DROP TABLE llx_document_generator;
|
DROP TABLE llx_document_generator;
|
||||||
DROP TABLE llx_ecm_documents;
|
DROP TABLE llx_ecm_documents;
|
||||||
|
|||||||
@ -27,7 +27,8 @@ CREATE TABLE llx_ecm_files
|
|||||||
description text,
|
description text,
|
||||||
keywords text, -- list of keywords, separated with comma
|
keywords text, -- list of keywords, separated with comma
|
||||||
cover text, -- is this file a file to use for a cover
|
cover text, -- is this file a file to use for a cover
|
||||||
extraparams varchar(255), -- for stock other parameters with json format
|
gen_or_uploaded varchar(12), -- 'generated' or 'uploaded'
|
||||||
|
extraparams varchar(255), -- for stocking other parameters with json format
|
||||||
date_c datetime,
|
date_c datetime,
|
||||||
date_m timestamp,
|
date_m timestamp,
|
||||||
fk_user_c integer,
|
fk_user_c integer,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user