Merge branch 'g5'

This commit is contained in:
chicpro
2013-12-04 13:17:33 +09:00
3 changed files with 0 additions and 4 deletions

View File

@ -43,7 +43,6 @@ $sql = " insert into {$g5['board_table']}
bo_download_level = '{$board[bo_download_level]}',
bo_html_level = '{$board[bo_html_level]}',
bo_link_level = '{$board[bo_link_level]}',
bo_trackback_level = '{$board[bo_trackback_level]}',
bo_count_modify = '{$board[bo_count_modify]}',
bo_count_delete = '{$board[bo_count_delete]}',
bo_read_point = '{$board[bo_read_point]}',

View File

@ -14,7 +14,6 @@ CREATE TABLE `__TABLE_NAME__` (
`wr_link2` text NOT NULL,
`wr_link1_hit` int(11) NOT NULL DEFAULT '0',
`wr_link2_hit` int(11) NOT NULL DEFAULT '0',
`wr_trackback` varchar(255) NOT NULL,
`wr_hit` int(11) NOT NULL DEFAULT '0',
`wr_good` int(11) NOT NULL DEFAULT '0',
`wr_nogood` int(11) NOT NULL DEFAULT '0',