1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 12:23:48 +01:00

Fix for install.sql

dank memes
This commit is contained in:
theBladeee 2014-11-14 04:45:34 -05:00
parent a68d8628a5
commit 6f5d2bb62c

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);
-- --------------------------------------------------------