From e18bea05189d43b5418a5dfefef140792ce13b6b Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 25 Apr 2013 19:00:59 +0900 Subject: [PATCH] =?UTF-8?q?bo=5Fuse=5Fcert=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/install/gnuboard4s.sql b/install/gnuboard4s.sql index 7aa2c28ae..4c872e846 100644 --- a/install/gnuboard4s.sql +++ b/install/gnuboard4s.sql @@ -96,6 +96,7 @@ CREATE TABLE IF NOT EXISTS `g4s_board` ( `bo_notice` text NOT NULL, `bo_upload_count` tinyint(4) NOT NULL default '0', `bo_use_email` tinyint(4) NOT NULL default '0', + `bo_use_cert` enum('none','cert','adult') NOT NULL DEFAULT 'none', `bo_sort_field` varchar(255) NOT NULL default '', `bo_1_subj` varchar(255) NOT NULL default '', `bo_2_subj` varchar(255) NOT NULL default '',