사용하지 않는 필드 삭제

This commit is contained in:
chicpro
2014-04-15 09:19:22 +09:00
parent 7d7c853045
commit b6bfef3b65
2 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,6 @@ $sql = " update {$g5['config_table']}
cf_write_point = '{$_POST['cf_write_point']}',
cf_comment_point = '{$_POST['cf_comment_point']}',
cf_download_point = '{$_POST['cf_download_point']}',
cf_search_color = '{$_POST['cf_search_color']}',
cf_write_pages = '{$_POST['cf_write_pages']}',
cf_mobile_pages = '{$_POST['cf_mobile_pages']}',
cf_link_target = '{$_POST['cf_link_target']}',

View File

@ -206,7 +206,6 @@ CREATE TABLE IF NOT EXISTS `g5_config` (
`cf_write_point` int(11) NOT NULL DEFAULT '0',
`cf_comment_point` int(11) NOT NULL DEFAULT '0',
`cf_download_point` int(11) NOT NULL DEFAULT '0',
`cf_search_color` varchar(255) NOT NULL DEFAULT '',
`cf_write_pages` int(11) NOT NULL DEFAULT '0',
`cf_mobile_pages` int(11) NOT NULL DEFAULT '0',
`cf_link_target` varchar(255) NOT NULL DEFAULT '',