From 4571c91fcde198462a697cd1b5d4fb5aabc17fb2 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 16 Sep 2013 17:38:53 +0900 Subject: [PATCH] =?UTF-8?q?bo=5Fmobile=5Fsubject=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/gnuboard5.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/gnuboard5.sql b/install/gnuboard5.sql index a48a284fa..cc1a03e0d 100644 --- a/install/gnuboard5.sql +++ b/install/gnuboard5.sql @@ -23,6 +23,7 @@ CREATE TABLE IF NOT EXISTS `g5_board` ( `bo_table` varchar(20) NOT NULL DEFAULT '', `gr_id` varchar(255) NOT NULL DEFAULT '', `bo_subject` varchar(255) NOT NULL DEFAULT '', + `bo_mobile_subject` varchar(255) NOT NULL DEFAULT '', `bo_device` enum('both','pc','mobile') NOT NULL DEFAULT 'both', `bo_admin` varchar(255) NOT NULL DEFAULT '', `bo_list_level` tinyint(4) NOT NULL DEFAULT '0',