Skip to content

Commit

Permalink
Fixed character encoding in mysql db template
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfintel committed Jun 13, 2021
1 parent 3937b94 commit eca7f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion results/telemetry_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eca7f06

Please sign in to comment.