모바일 상품이미지수 mod 로 수정

This commit is contained in:
chicpro
2013-08-02 17:26:04 +09:00
parent f57a6c2e88
commit b7ac5d49cd
5 changed files with 12 additions and 6 deletions

View File

@ -401,6 +401,12 @@ if (!sql_query(" select de_mobile_type1_list_mod from {$g4['shop_default_table']
CHANGE `de_mobile_type5_list_row` `de_mobile_type5_list_mod` INT(11) NOT NULL DEFAULT '0' ", true);
}
// 분류 모바일 필드명 수정
if(!sql_query(" select ca_mobile_list_mod from {$g4['shop_category_table']} limit 1 ", false)) {
sql_query(" ALTER TABLE `{$g4['shop_category_table']}`
CHANGE `ca_mobile_list_row` `ca_mobile_list_mod` INT(11) NOT NULL DEFAULT '0' ", true);
}
// 과세, 비과세 금액 필드 추가
if(!sql_query(" select od_tax_mny from {$g4['shop_order_table']} limit 1 ", false)) {
sql_query(" ALTER TABLE `{$g4['shop_order_table']}`