#191 쇼핑몰 설치시 mb_mileage 필드 추가 코드 수정

This commit is contained in:
chicpro
2013-06-03 10:58:32 +09:00
parent 08abd4a9c4
commit 8741a83f71

View File

@ -384,8 +384,8 @@ if($shop_install) {
}
// mb_mileage 필드추가
sql_query(" ALTER TABLE `{$table_prefix}member`
ADD `mb_mileage` INT(11) NOT NULL DEFAULT '0' AFTER `mb_point` ", false);
@mysql_query(" ALTER TABLE `{$table_prefix}member`
ADD `mb_mileage` INT(11) NOT NULL DEFAULT '0' AFTER `mb_point` ");
}
?>