From fcd44451ab5f4e5d3234143c1472c487f5ee7898 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 23 Jul 2013 13:10:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=20=EC=83=9D=EC=84=B1?= =?UTF-8?q?=EB=90=9C=20=EC=BF=BC=EB=A6=AC=EB=AC=B8=20=EC=A3=BC=EC=84=9D=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/shop.extend2.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/extend/shop.extend2.php b/extend/shop.extend2.php index 617b87565..0e8d562e8 100644 --- a/extend/shop.extend2.php +++ b/extend/shop.extend2.php @@ -357,7 +357,6 @@ if(!$result) { ADD `od_tno` VARCHAR(255) NOT NULL DEFAULT '' AFTER `od_settle_case`, ADD `od_escrow` TINYINT(4) NOT NULL DEFAULT '0' AFTER `od_tno` ", true); } -*/ // shop_request 테이블이 없을 경우 생성 if(!sql_query(" select rq_id from {$g4['shop_request_table']} limit 1 ", false)) { @@ -394,4 +393,12 @@ if(!sql_query(" select od_tax_flag from {$g4['shop_order_table']} limit 1 ", fal sql_query(" ALTER TABLE `{$g4['shop_order_table']}` ADD `od_tax_flag` TINYINT(4) NOT NULL DEFAULT '0' AFTER `od_escrow` ", true); } +*/ + +// 쇼핑몰 스킨 필드 추가 +if (!isset($default['de_shop_skin'])) { + sql_query(" ALTER TABLE `{$g4['shop_default_table']}` + ADD `de_shop_skin` VARCHAR(255) NOT NULL DEFAULT '' AFTER `de_admin_info_email`, + ADD `de_shop_mobile_skin` VARCHAR(255) NOT NULL DEFAULT '' AFTER `de_shop_skin` ", true); +} ?> \ No newline at end of file