1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 04:13:49 +01:00

update install.sql boards table schema

This commit is contained in:
czaks 2014-10-09 03:15:54 +02:00
parent 79a0da5c86
commit 0c799e612a

View File

@ -65,6 +65,8 @@ CREATE TABLE IF NOT EXISTS `boards` (
`uri` varchar(58) CHARACTER SET utf8 NOT NULL,
`title` tinytext NOT NULL,
`subtitle` tinytext,
`indexed` boolean default true,
`public_bans` boolean default true,
PRIMARY KEY (`uri`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;