From a0a125e388774df0c4331c13f0684dde1c64e744 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 14 Mar 2013 18:09:50 +0900 Subject: [PATCH] =?UTF-8?q?#399=20=EC=97=90=20=EB=94=B0=EB=A5=B8=20?= =?UTF-8?q?=EB=B9=A0=EC=A7=84=20=ED=95=84=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/gnuboard4s.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/gnuboard4s.sql b/install/gnuboard4s.sql index 63d9d151e..ac5bad46c 100644 --- a/install/gnuboard4s.sql +++ b/install/gnuboard4s.sql @@ -64,6 +64,7 @@ CREATE TABLE IF NOT EXISTS `g4s_board` ( `bo_hot` int(11) NOT NULL default '0', `bo_image_width` int(11) NOT NULL default '0', `bo_skin` varchar(255) NOT NULL default '', + `bo_mobile_skin` varchar(255) NOT NULL default '', `bo_image_head` varchar(255) NOT NULL default '', `bo_image_tail` varchar(255) NOT NULL default '', `bo_include_head` varchar(255) NOT NULL default '', @@ -304,6 +305,7 @@ DROP TABLE IF EXISTS `g4s_group`; CREATE TABLE IF NOT EXISTS `g4s_group` ( `gr_id` varchar(10) NOT NULL default '', `gr_subject` varchar(255) NOT NULL default '', + `gr_device` ENUM('both','pc','mobile') NOT NULL DEFAULT 'both', `gr_admin` varchar(255) NOT NULL default '', `gr_use_access` tinyint(4) NOT NULL default '0', `gr_show_menu` tinyint(4) NOT NULL default '0',