일정 기간 지난 DB 데이터 삭제 기능 추가

This commit is contained in:
chicpro
2014-06-03 14:57:26 +09:00
parent 83799ee4c8
commit 4a14538564
6 changed files with 86 additions and 20 deletions

View File

@ -251,6 +251,7 @@ CREATE TABLE IF NOT EXISTS `g5_config` (
`cf_memo_del` int(11) NOT NULL DEFAULT '0',
`cf_visit_del` int(11) NOT NULL DEFAULT '0',
`cf_popular_del` int(11) NOT NULL DEFAULT '0',
`cf_optimize_date` date NOT NULL default '0000-00-00',
`cf_use_member_icon` tinyint(4) NOT NULL DEFAULT '0',
`cf_member_icon_size` int(11) NOT NULL DEFAULT '0',
`cf_member_icon_width` int(11) NOT NULL DEFAULT '0',