From d95594229fee0a93fdd6064c29a33a8e2d8b1c72 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 7 Mar 2013 17:44:07 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=20=EC=84=A4=EC=A0=95=20=ED=95=84=EB=93=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/gnuboard4s.sql | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/install/gnuboard4s.sql b/install/gnuboard4s.sql index 7db12da86..76ea526f0 100644 --- a/install/gnuboard4s.sql +++ b/install/gnuboard4s.sql @@ -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',