1
0
Fork 0
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:
Harvey Kandola 2017-04-27 12:46:34 +01:00
parent ef6b7f429c
commit 4a2147189a
8 changed files with 52 additions and 9 deletions

View file

@ -0,0 +1,3 @@
/* community edition */
ALTER TABLE document ALTER COLUMN `layout` SET DEFAULT 'section';
UPDATE document SET layout='section';