1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-18 03:37:35 +01:00

Merge pull request #260 from theBladeee/patch-1

Fix for install.sql
This commit is contained in:
Marcin Łabanowski 2014-11-14 10:46:27 +01:00
commit 7bc0f528ef

View File

@ -80,7 +80,7 @@ CREATE TABLE IF NOT EXISTS `board_create` (
--
INSERT INTO `boards` VALUES
('b', 'Random', NULL);
('b', 'Random', NULL, TRUE, TRUE);
-- --------------------------------------------------------