de_card_pg 필드 제거
This commit is contained in:
@ -258,7 +258,6 @@ CREATE TABLE IF NOT EXISTS `g5_shop_default` (
|
||||
`de_card_test` int(11) NOT NULL DEFAULT '0',
|
||||
`de_card_use` int(11) NOT NULL DEFAULT '0',
|
||||
`de_card_point` int(11) NOT NULL DEFAULT '0',
|
||||
`de_card_pg` varchar(255) NOT NULL DEFAULT '',
|
||||
`de_settle_min_point` int(11) NOT NULL DEFAULT '0',
|
||||
`de_settle_max_point` int(11) NOT NULL DEFAULT '0',
|
||||
`de_settle_point_unit` int(11) NOT NULL DEFAULT '0',
|
||||
|
||||
@ -270,7 +270,6 @@ if($g5_shop_install) {
|
||||
de_cart_keep_term = '15',
|
||||
de_card_point = '0',
|
||||
de_point_days = '7',
|
||||
de_card_pg = 'kcp',
|
||||
de_kcp_mid = '',
|
||||
de_send_cost_case = '차등',
|
||||
de_send_cost_limit = '20000;30000;40000',
|
||||
|
||||
Reference in New Issue
Block a user