We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1f97c commit 320aab0Copy full SHA for 320aab0
1 file changed
sql/000_ht_schema.sql
@@ -142,7 +142,7 @@ CREATE TABLE `ht_institutions` (
142
`last_update` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
143
KEY `ht_institutions_inst_id` (`inst_id`),
144
KEY `ht_institutions_mapto_inst_id` (`mapto_inst_id`)
145
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
146
147
148
DROP TABLE IF EXISTS `ht_namespaces`;
0 commit comments