From ef9d841083b5c00f1a2351c0b2f75b6435d3549d Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 27 Aug 2013 17:42:25 +0900 Subject: [PATCH] =?UTF-8?q?it=5Fmobile=5Fname=20=ED=95=84=EB=93=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EC=BD=94=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 --- extend/shop.extend2.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extend/shop.extend2.php b/extend/shop.extend2.php index f1f400393..3fdc5faf9 100644 --- a/extend/shop.extend2.php +++ b/extend/shop.extend2.php @@ -411,4 +411,10 @@ if(!sql_query(" select od_id from {$g4['shop_cart_table']} limit 1 ", false)) { sql_query(" ALTER TABLE `{$g4['shop_cart_table']}` CHANGE `uq_id` `od_id` BIGINT(2) UNSIGNED NOT NULL ", true); } + +// it_mobile_name ν•„λ“œμΆ”κ°€ +if(!sql_query(" select it_mobile_name from {$g4['shop_item_table']} limit 1 ", false)) { + sql_query( " ALTER TABLE `{$g4['shop_item_table']}` + ADD `it_mobile_name` VARCHAR(255) NOT NULL DEFAULT '' AFTER `it_name` ", true); +} ?>