From 5d0993b5144504b3ecf407c71eface0fa74ef188 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Fri, 8 Mar 2013 11:05:15 +0900 Subject: [PATCH] =?UTF-8?q?bo=5Fuse=5Fcomment=20=ED=95=84=EB=93=9C=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/gnuboard4s.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/install/gnuboard4s.sql b/install/gnuboard4s.sql index 76ea526f0..f6f6d9caf 100644 --- a/install/gnuboard4s.sql +++ b/install/gnuboard4s.sql @@ -49,7 +49,6 @@ CREATE TABLE IF NOT EXISTS `g4s_board` ( `bo_use_secret` tinyint(4) NOT NULL default '0', `bo_use_dhtml_editor` tinyint(4) NOT NULL default '0', `bo_use_rss_view` tinyint(4) NOT NULL default '0', - `bo_use_comment` tinyint(4) NOT NULL default '0', `bo_use_good` tinyint(4) NOT NULL default '0', `bo_use_nogood` tinyint(4) NOT NULL default '0', `bo_use_name` tinyint(4) NOT NULL default '0',