1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 01:24:05 +01:00

Update install.sql

Fix https://github.com/ctrlcctrlv/8chan/issues/41
This commit is contained in:
anonfagola 2014-09-24 17:26:01 -07:00
parent 416a48838c
commit 01e54d0fd2

View File

@ -68,6 +68,11 @@ CREATE TABLE IF NOT EXISTS `boards` (
PRIMARY KEY (`uri`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
CREATE TABLE IF NOT EXISTS `board_create` (
`time` text NOT NULL,
`uri` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `boards`
--