mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
[WIP] PDF viewer section & per section attachments
This commit is contained in:
parent
c0ed3c3d04
commit
166aeba09b
428 changed files with 45874 additions and 802 deletions
|
@ -15,7 +15,7 @@ CREATE TABLE dmz_space_label (
|
|||
CREATE INDEX idx_space_label_1 ON dmz_space_label (id);
|
||||
CREATE INDEX idx_space_label_2 ON dmz_space_label (c_orgid);
|
||||
|
||||
-- Space table upgrade to support labelling, icon and summary stats
|
||||
-- Space table upgrade to support label, icon and summary stats
|
||||
ALTER TABLE dmz_space ADD COLUMN c_desc VARCHAR(200) NOT NULL DEFAULT '';
|
||||
ALTER TABLE dmz_space ADD COLUMN c_labelid VARCHAR(20) NOT NULL DEFAULT '' COLLATE ucs_basic;
|
||||
ALTER TABLE dmz_space ADD COLUMN c_icon VARCHAR(20) NOT NULL DEFAULT '';
|
||||
|
|
6
core/database/scripts/postgresql/db_00005.sql
Normal file
6
core/database/scripts/postgresql/db_00005.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
/* Community Edition */
|
||||
|
||||
-- Support per section attachments
|
||||
ALTER TABLE dmz_doc_attachment ADD COLUMN c_sectionid VARCHAR(20) NOT NULL DEFAULT '' COLLATE ucs_basic;
|
||||
|
||||
-- Deprecations
|
Loading…
Add table
Add a link
Reference in a new issue