Merge branch 'master' into 1682-new-design-for-the-login-and-registration-area

This commit is contained in:
Alexander Friedland 2022-05-23 16:37:05 +02:00 committed by GitHub
commit fbf5849139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ const connection = async (): Promise<Connection | null> => {
logger: new FileLogger('all', {
logPath: CONFIG.TYPEORM_LOGGING_RELATIVE_PATH,
}),
extra: {
charset: 'utf8mb4_unicode_ci',
},
})
} catch (error) {
// eslint-disable-next-line no-console