posts.sql: set utf8mb4_unicode_520_ci as the collation
This commit is contained in:
parent
ff36558e89
commit
1619fe2cd9
1 changed files with 2 additions and 2 deletions
|
|
@ -27,5 +27,5 @@ CREATE TABLE IF NOT EXISTS ``posts_{{ board }}`` (
|
|||
KEY `time` (`time`),
|
||||
KEY `ip` (`ip`),
|
||||
KEY `list_threads` (`thread`, `sticky`, `bump`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ;
|
||||
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=1 ;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue