forked from leftypol/leftypol
Use MyISAM instead of InnoDB
This commit is contained in:
parent
aa02cffb93
commit
ecd02144da
3 changed files with 27 additions and 14 deletions
|
@ -24,4 +24,4 @@ CREATE TABLE IF NOT EXISTS `posts_{board}` (
|
|||
`locked` int(1) NOT NULL,
|
||||
`embed` text,
|
||||
UNIQUE KEY `id` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue