From d201012d2335ce36319d29bcb3750f3c601dc5b7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 18 Nov 2013 13:25:42 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B5=AC=EB=A7=A4=EC=B5=9C=EC=86=8C=20?= =?UTF-8?q?=EC=B5=9C=EB=8C=80=20=EC=88=98=EB=9F=89=20=ED=95=84=EB=93=9C=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 ad8a4cf35..ab7a8c325 100644 --- a/install/gnuboard5shop.sql +++ b/install/gnuboard5shop.sql @@ -429,6 +429,8 @@ CREATE TABLE IF NOT EXISTS `g5_shop_item` ( `it_sc_price` int(11) NOT NULL DEFAULT '0', `it_sc_minimum` int(11) NOT NULL DEFAULT '0', `it_sc_qty` int(11) NOT NULL DEFAULT '0', + `it_buy_min_qty` int(11) NOT NULL DEFAULT '0', + `it_buy_max_qty` int(11) NOT NULL DEFAULT '0', `it_head_html` text NOT NULL, `it_tail_html` text NOT NULL, `it_mobile_head_html` text NOT NULL,