Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit d036d5e

Browse files
author
Michael Grauer
committed
BUG: refs #0297. Added additional cleanup of latin charset and MyIsam in db.
1 parent 25cb6bc commit d036d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statistics/database/mysql/1.0.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ CREATE TABLE IF NOT EXISTS `statistics_download` (
88
`longitude` VARCHAR(50) ,
99
`date` timestamp,
1010
PRIMARY KEY (`download_id`)
11-
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ;
11+
) DEFAULT CHARSET=utf8;

0 commit comments

Comments
 (0)