From 9126d6dff00d0a239400fe96877d6c2636c3720b Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 22 Nov 2013 09:07:58 +0900 Subject: [PATCH] =?UTF-8?q?drop=20=EB=B9=A0=EC=A7=84=20=EA=B2=83=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/gnuboard5shop.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/gnuboard5shop.sql b/install/gnuboard5shop.sql index c48953f96..4b086f50a 100644 --- a/install/gnuboard5shop.sql +++ b/install/gnuboard5shop.sql @@ -162,6 +162,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_coupon` ( -- Table structure for table `g5_shop_coupon_log` -- +DROP TABLE IF EXISTS `g5_shop_coupon_log`; CREATE TABLE IF NOT EXISTS `g5_shop_coupon_log` ( `cl_id` int(11) NOT NULL AUTO_INCREMENT, `cp_id` varchar(255) NOT NULL DEFAULT '', @@ -663,6 +664,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_order` ( -- Table structure for table `g5_shop_order_address` -- +DROP TABLE IF EXISTS `g5_shop_order_address`; CREATE TABLE IF NOT EXISTS `g5_shop_order_address` ( `ad_id` int(11) NOT NULL AUTO_INCREMENT, `mb_id` varchar(255) NOT NULL DEFAULT '',