Fixed character encoding in mysql db template

This commit is contained in:
dosse91 2021-06-13 19:01:13 +02:00
parent 3937b940e8
commit eca7f06e21

View file

@ -32,7 +32,7 @@ CREATE TABLE `speedtest_users` (
`ping` text, `ping` text,
`jitter` text, `jitter` text,
`log` longtext `log` longtext
) ENGINE=InnoDB DEFAULT CHARSET=latin1; ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --
-- Indexes for dumped tables -- Indexes for dumped tables