mirror of
https://github.com/librespeed/speedtest.git
synced 2024-05-10 18:54:52 +00:00
Fixed character encoding in mysql db template
This commit is contained in:
@ -32,7 +32,7 @@ CREATE TABLE `speedtest_users` (
|
||||
`ping` text,
|
||||
`jitter` text,
|
||||
`log` longtext
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
--
|
||||
-- Indexes for dumped tables
|
||||
|
Reference in New Issue
Block a user