게시판 갤러리 설정 필드 추가

This commit is contained in:
gnuboard
2013-03-07 17:44:07 +09:00
parent 768df2c362
commit d95594229f

View File

@ -73,6 +73,11 @@ CREATE TABLE IF NOT EXISTS `g4s_board` (
`bo_content_tail` text NOT NULL,
`bo_insert_content` text NOT NULL,
`bo_gallery_cols` int(11) NOT NULL default '0',
`bo_gallery_width` int(11) NOT NULL default '0',
`bo_gallery_height` int(11) NOT NULL default '0',
`bo_mobile_gallery_cols` int(11) NOT NULL default '0',
`bo_mobile_gallery_width` int(11) NOT NULL default '0',
`bo_mobile_gallery_height` int(11) NOT NULL default '0',
`bo_upload_size` int(11) NOT NULL default '0',
`bo_reply_order` tinyint(4) NOT NULL default '0',
`bo_use_search` tinyint(4) NOT NULL default '0',
@ -184,9 +189,6 @@ CREATE TABLE IF NOT EXISTS `g4s_config` (
`cf_include_head` varchar(255) NOT NULL default '',
`cf_include_tail` varchar(255) NOT NULL default '',
`cf_add_script` text NOT NULL default '',
`cf_include_head` varchar(255) NOT NULL default '',
`cf_include_tail` varchar(255) NOT NULL default '',
`cf_add_script` text NOT NULL default '',
`cf_use_point` tinyint(4) NOT NULL default '0',
`cf_use_norobot` tinyint(4) NOT NULL default '0',
`cf_use_copy_log` tinyint(4) NOT NULL default '0',