설치시 쇼핑몰 설치 선택할 수 있도록 수정

This commit is contained in:
chicpro
2013-04-11 13:38:20 +09:00
parent 371fdd19f6
commit afc897b189
3 changed files with 251 additions and 105 deletions

View File

@ -59,7 +59,9 @@ CREATE TABLE IF NOT EXISTS `g4s_board` (
`bo_use_list_content` tinyint(4) NOT NULL default '0',
`bo_table_width` int(11) NOT NULL default '0',
`bo_subject_len` int(11) NOT NULL default '0',
`bo_mobile_subject_len` int(11) NOT NULL default '0',
`bo_page_rows` int(11) NOT NULL default '0',
`bo_mobile_page_rows` int(11) NOT NULL default '0',
`bo_new` int(11) NOT NULL default '0',
`bo_hot` int(11) NOT NULL default '0',
`bo_image_width` int(11) NOT NULL default '0',
@ -71,6 +73,8 @@ CREATE TABLE IF NOT EXISTS `g4s_board` (
`bo_include_tail` varchar(255) NOT NULL default '',
`bo_content_head` text NOT NULL,
`bo_content_tail` text NOT NULL,
`bo_mobile_content_head` text NOT NULL,
`bo_mobile_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',