forked from leftypol/leftypol
posts.sql: make default board table engine InnoDB
This commit is contained in:
parent
428d9e9001
commit
2030b60acf
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ CREATE TABLE IF NOT EXISTS ``posts_{{ board }}`` (
|
||||||
KEY `time` (`time`),
|
KEY `time` (`time`),
|
||||||
KEY `ip` (`ip`),
|
KEY `ip` (`ip`),
|
||||||
KEY `list_threads` (`thread`, `sticky`, `bump`)
|
KEY `list_threads` (`thread`, `sticky`, `bump`)
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue