de_card_pg 필드 제거

This commit is contained in:
chicpro
2013-10-08 16:11:10 +09:00
parent f7329f3d7b
commit 4b4c8dff17
12 changed files with 18 additions and 29 deletions

View File

@ -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',

View File

@ -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',