Merge branch 'g5'

This commit is contained in:
chicpro
2013-09-16 17:42:05 +09:00
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ CREATE TABLE IF NOT EXISTS `g5_board` (
`bo_table` varchar(20) NOT NULL DEFAULT '',
`gr_id` varchar(255) NOT NULL DEFAULT '',
`bo_subject` varchar(255) NOT NULL DEFAULT '',
`bo_mobile_subject` varchar(255) NOT NULL DEFAULT '',
`bo_device` enum('both','pc','mobile') NOT NULL DEFAULT 'both',
`bo_admin` varchar(255) NOT NULL DEFAULT '',
`bo_list_level` tinyint(4) NOT NULL DEFAULT '0',