From 08abd4a9c4263d6133fc3daacd1a2204b94d5f85 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 3 Jun 2013 10:54:04 +0900 Subject: [PATCH] =?UTF-8?q?#191=20=EC=87=BC=ED=95=91=EB=AA=B0=20=EC=84=A4?= =?UTF-8?q?=EC=B9=98=EC=8B=9C=20mb=5Fmileage=20=ED=95=84=EB=93=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EC=BD=94=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install_db.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/install_db.php b/install/install_db.php index 807ce765b..352325caf 100644 --- a/install/install_db.php +++ b/install/install_db.php @@ -382,6 +382,10 @@ if($shop_install) { $sql = preg_replace($source, $target, $sql); @mysql_query($sql); } + + // mb_mileage ν•„λ“œμΆ”κ°€ + sql_query(" ALTER TABLE `{$table_prefix}member` + ADD `mb_mileage` INT(11) NOT NULL DEFAULT '0' AFTER `mb_point` ", false); } ?>