MySQL action working, doing cleanup

This commit is contained in:
Griatch 2020-09-19 13:08:15 +02:00
parent 52eee6d299
commit bdffac6f36
5 changed files with 179 additions and 4 deletions

View file

@ -55,7 +55,6 @@ DATABASES = {
"OPTIONS": {
"charset": "utf8mb4",
'init_command': 'set collation_connection=utf8mb4_unicode_ci'
# "init_command": "SET NAMES 'utf8mb4'",
},
},
}