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:
parent
79a0da5c86
commit
0c799e612a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user