포인트 유효기간 설정 추가
This commit is contained in:
@ -197,6 +197,7 @@ CREATE TABLE IF NOT EXISTS `g4s_config` (
|
||||
`cf_include_tail` varchar(255) NOT NULL DEFAULT '',
|
||||
`cf_add_script` text NOT NULL,
|
||||
`cf_use_point` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`cf_point_term` int(11) NOT NULL DEFAULT '0',
|
||||
`cf_use_norobot` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`cf_use_copy_log` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`cf_use_email_certify` tinyint(4) NOT NULL DEFAULT '0',
|
||||
@ -492,6 +493,9 @@ CREATE TABLE IF NOT EXISTS `g4s_point` (
|
||||
`po_datetime` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`po_content` varchar(255) NOT NULL default '',
|
||||
`po_point` int(11) NOT NULL default '0',
|
||||
`po_use_point` int(11) NOT NULL default '0',
|
||||
`po_expired` tinyint(4) NOT NULL default '0',
|
||||
`po_expire_date` date NOT NULL default '0000-00-00',
|
||||
`po_rel_table` varchar(20) NOT NULL default '',
|
||||
`po_rel_id` varchar(20) NOT NULL default '',
|
||||
`po_rel_action` varchar(255) NOT NULL default '',
|
||||
|
||||
Reference in New Issue
Block a user