Skip to content

Commit

Permalink
revert: change MySQL collate to utf8mb4_general_ci (#1383)
Browse files Browse the repository at this point in the history
This reverts commit 01b31d0.
  • Loading branch information
cre8ivejp authored Dec 13, 2024
1 parent 01b31d0 commit 9788305
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
2 changes: 1 addition & 1 deletion manifests/localenv/templates/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data:
-- Alter Databse character and collate to support the dev container
--
ALTER DATABASE {{ .Values.mysql.auth.database }} CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
ALTER DATABASE {{ .Values.mysql.auth.database }} CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;
--
-- Table structure for table `organization`
Expand Down
28 changes: 0 additions & 28 deletions migration/mysql/20241213070134_update_collate.sql

This file was deleted.

3 changes: 1 addition & 2 deletions migration/mysql/atlas.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h1:YSpDKFihan2wpiAmYpggV0mt9FjCv4oT9C2olH9tOak=
h1:OJd5uwhvbvMeVFWy5ettpaTn5NB8nxKILdgAaaukyRE=
20240626022133_initialization.sql h1:u9qmPkwWX7PN92qEcDDfR92lrMpwadQSMxUJgv6LjQ0=
20240708065726_update_audit_log_table.sql h1:k7gK8Njv1yHMsYXAQtSgMaSbXy4lxyZ9MPzbJyMyyoM=
20240815043128_update_auto_ops_rule_table.sql h1:6ib+XfS1uu9AUO3qESvkpUfOu3qUsLwHm9KHcrGEz0E=
Expand All @@ -15,4 +15,3 @@ h1:YSpDKFihan2wpiAmYpggV0mt9FjCv4oT9C2olH9tOak=
20241122042909_add_api_key_maintainer_table.sql h1:srtthACDj2dyr8oFKRcPPIYsEsI/Ivzj3VClwY2x0Cs=
20241122095236_sync_api_key_table.sql h1:nl53c3tgJTOEqxP34ayddS/iYyk03rwerDC7ABuJmmA=
20241206094413_sync_maintainer_api_key_table.sql h1:M1Ui8fGVyg7E+w/21cFnBXdP7Qgwr+x0PGEKA7u6jeg=
20241213070134_update_collate.sql h1:kDtc9DXZMNASHQmtFHJA/AID++wv0WH7aeBFkLyOKoM=

0 comments on commit 9788305

Please sign in to comment.