posts.sql: set utf8mb4_unicode_520_ci as the collation

This commit is contained in:
Zankaria 2025-11-05 21:52:01 +01:00
parent ff36558e89
commit 1619fe2cd9

View file

@ -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 ;