diff --git a/install/gnuboard4s.sql b/install/gnuboard4s.sql index 348eaa0e4..76ea526f0 100644 --- a/install/gnuboard4s.sql +++ b/install/gnuboard4s.sql @@ -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',