From f0434204619cb30678b3ca19a1b95eafebb1c184 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 19 Aug 2014 09:30:36 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EC=A0=95=EB=B3=B4=EC=97=90?= =?UTF-8?q?=20=EC=83=81=EC=A0=90=EB=A9=94=EB=AA=A8=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 --- adm/shop_admin/itemform.php | 16 ++++++++++++++++ adm/shop_admin/itemformupdate.php | 3 +++ install/gnuboard5shop.sql | 1 + 3 files changed, 20 insertions(+) diff --git a/adm/shop_admin/itemform.php b/adm/shop_admin/itemform.php index d0bd53c75..ce081a928 100644 --- a/adm/shop_admin/itemform.php +++ b/adm/shop_admin/itemform.php @@ -100,6 +100,12 @@ if(!sql_query(" select it_supply_point from {$g5['g5_shop_item_table']} limit 1 ADD `it_supply_point` int(11) NOT NULL DEFAULT '0' AFTER `it_point_type` ", true); } +// 상품메모 필드 추가 +if(!sql_query(" select it_shop_memo from {$g5['g5_shop_item_table']} limit 1 ", false)) { + sql_query(" ALTER TABLE `{$g5['g5_shop_item_table']}` + ADD `it_shop_memo` text NOT NULL AFTER `it_use_avg` ", true); +} + $pg_anchor ='