From 5fb54c91eb529f54ef04cae1f986ffc5c3c7a16d Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 30 May 2013 17:42:53 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=9A=8C=EC=9B=90=20=EC=9E=A5?= =?UTF-8?q?=EB=B0=94=EA=B5=AC=EB=8B=88=20=EA=B8=B0=EB=8A=A5=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=ED=95=84=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/shop.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/shop.sql b/install/shop.sql index e255042ae..f97818765 100644 --- a/install/shop.sql +++ b/install/shop.sql @@ -249,6 +249,7 @@ CREATE TABLE IF NOT EXISTS `shop_default` ( `de_iche_use` tinyint(4) NOT NULL DEFAULT '0', `de_item_ps_use` tinyint(4) NOT NULL DEFAULT '0', `de_code_dup_use` tinyint(4) NOT NULL DEFAULT '0', + `de_guest_cart_use` tinyint(4) NOT NULL DEFAULT '0', `de_point_per` tinyint(4) NOT NULL DEFAULT '0', `de_admin_buga_no` varchar(255) NOT NULL DEFAULT '', `de_different_msg` tinyint(4) NOT NULL DEFAULT '0',