Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -73,6 +73,11 @@ CREATE TABLE IF NOT EXISTS `g4s_board` (
|
||||
`bo_content_tail` text NOT NULL,
|
||||
`bo_insert_content` text NOT NULL,
|
||||
`bo_gallery_cols` int(11) NOT NULL default '0',
|
||||
`bo_gallery_width` int(11) NOT NULL default '0',
|
||||
`bo_gallery_height` int(11) NOT NULL default '0',
|
||||
`bo_mobile_gallery_cols` int(11) NOT NULL default '0',
|
||||
`bo_mobile_gallery_width` int(11) NOT NULL default '0',
|
||||
`bo_mobile_gallery_height` int(11) NOT NULL default '0',
|
||||
`bo_upload_size` int(11) NOT NULL default '0',
|
||||
`bo_reply_order` tinyint(4) NOT NULL default '0',
|
||||
`bo_use_search` tinyint(4) NOT NULL default '0',
|
||||
|
||||
Reference in New Issue
Block a user