From 0735809a637f1c4eaf7093e5243b56e0f0454873 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 18 Nov 2013 12:55:12 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EB=B0=B0=EC=86=A1?= =?UTF-8?q?=ED=9A=8C=EC=82=AC=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/gnuboard5shop.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/gnuboard5shop.sql b/install/gnuboard5shop.sql index 0485820aa..ad8a4cf35 100644 --- a/install/gnuboard5shop.sql +++ b/install/gnuboard5shop.sql @@ -268,6 +268,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_default` ( `de_settle_max_point` int(11) NOT NULL DEFAULT '0', `de_settle_point_unit` int(11) NOT NULL DEFAULT '0', `de_level_sell` int(11) NOT NULL DEFAULT '0', + `de_delivery_company` varchar(255) NOT NULL DEFAULT '', `de_send_cost_case` varchar(255) NOT NULL DEFAULT '', `de_send_cost_limit` varchar(255) NOT NULL DEFAULT '', `de_send_cost_list` varchar(255) NOT NULL DEFAULT '',