모바일 상품이미지수 mod 로 수정
This commit is contained in:
@ -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']}`
|
||||
|
||||
Reference in New Issue
Block a user