#191 쇼핑몰 설치시 mb_mileage 필드 추가 코드
This commit is contained in:
@ -382,6 +382,10 @@ if($shop_install) {
|
|||||||
$sql = preg_replace($source, $target, $sql);
|
$sql = preg_replace($source, $target, $sql);
|
||||||
@mysql_query($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);
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user