1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +02:00

Added visibility option to page books/chapters.

This commit is contained in:
Cameron
2014-02-08 16:57:34 -08:00
parent 2fae296023
commit 39ef038062
3 changed files with 6 additions and 4 deletions

View File

@@ -412,6 +412,7 @@ CREATE TABLE page_chapters (
chapter_icon varchar(250) NOT NULL default '',
chapter_order tinyint(3) unsigned NOT NULL default '0',
chapter_template varchar(50) NOT NULL default '',
chapter_visibility tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (chapter_id),
KEY chapter_order (chapter_order)
) ENGINE=MyISAM;