mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
feat: using utf8mb4 charset
This commit is contained in:
parent
c125a6a083
commit
9fa0e2000f
@ -7,6 +7,7 @@ export default knex({
|
||||
user: process.env.MYSQL_USER || 'root',
|
||||
password: process.env.MYSQL_PASSWORD,
|
||||
database: process.env.MYSQL_DATABASE || 'discordbots',
|
||||
charset: 'utf8mb4'
|
||||
},
|
||||
debug: process.env.NODE_ENV === 'development',
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user