We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76908e commit edec79aCopy full SHA for edec79a
ci/test_mysql.py
@@ -19,15 +19,15 @@
19
"HOST": "127.0.0.1",
20
"USER": "scott",
21
"PASSWORD": "tiger",
22
- "TEST": {"CHARSET": "utf8mb3", "COLLATION": "utf8mb3_general_ci"},
+ "TEST": {"CHARSET": "utf8mb4", "COLLATION": "utf8mb4_general_ci"},
23
},
24
"other": {
25
"ENGINE": "django.db.backends.mysql",
26
"NAME": "django_other",
27
28
29
30
31
32
}
33
0 commit comments