From b60a509ae6f73326e761083564115298070c4d31 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 22 Nov 2013 09:01:44 +0900 Subject: [PATCH] =?UTF-8?q?drop=20=EB=AA=85=EB=A0=B9=20=EB=B9=A0=EC=A7=84?= =?UTF-8?q?=20=EA=B2=83=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/gnuboard5.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/gnuboard5.sql b/install/gnuboard5.sql index e960e3394..cc177af55 100644 --- a/install/gnuboard5.sql +++ b/install/gnuboard5.sql @@ -327,6 +327,7 @@ CREATE TABLE IF NOT EXISTS `g5_config` ( -- Table structure for table `g5_cert_history` -- +DROP TABLE IF EXISTS `g5_cert_history`; CREATE TABLE IF NOT EXISTS `g5_cert_history` ( `cr_id` int(11) NOT NULL auto_increment, `mb_id` varchar(20) NOT NULL DEFAULT '', @@ -707,6 +708,7 @@ CREATE TABLE IF NOT EXISTS `g5_autosave` ( -- Table structure for table `g5_qa_config` -- +DROP TABLE IF EXISTS `g5_qa_config`; CREATE TABLE IF NOT EXISTS `g5_qa_config` ( `qa_title` varchar(255) NOT NULL DEFAULT'', `qa_category` varchar(255) NOT NULL DEFAULT'', @@ -745,6 +747,7 @@ CREATE TABLE IF NOT EXISTS `g5_qa_config` ( -- Table structure for table `g5_qa_content` -- +DROP TABLE IF EXISTS `g5_qa_content`; CREATE TABLE IF NOT EXISTS `g5_qa_content` ( `qa_id` int(11) NOT NULL AUTO_INCREMENT, `qa_num` int(11) NOT NULL DEFAULT '0',