mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
4 lines
182 B
SQL
4 lines
182 B
SQL
/* Community Edition */
|
|
|
|
-- Support per section attachments
|
|
ALTER TABLE dmz_doc_attachment ADD COLUMN `c_sectionid` VARCHAR(20) NOT NULL DEFAULT '' COLLATE utf8_bin AFTER `c_docid`;
|