mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-04 06:39:45 +00:00
Fixed character encoding in mysql db template
This commit is contained in:
parent
3937b940e8
commit
eca7f06e21
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue