mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
Closes #95 -- flat and section style document viewing
This commit is contained in:
parent
ef6b7f429c
commit
4a2147189a
8 changed files with 52 additions and 9 deletions
3
core/database/scripts/autobuild/db_00012.sql
Normal file
3
core/database/scripts/autobuild/db_00012.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
/* community edition */
|
||||
ALTER TABLE document ALTER COLUMN `layout` SET DEFAULT 'section';
|
||||
UPDATE document SET layout='section';
|
Loading…
Add table
Add a link
Reference in a new issue