swop mysql library and knex client for mysql2

This commit is contained in:
Nico Lynzaad
2024-09-10 23:08:02 +02:00
parent 63d06da8a8
commit 48a9f5f9db
5 changed files with 73 additions and 24 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
development: {
client: 'mysql',
client: 'mysql2',
migrations: {
tableName: 'migrations',
stub: 'lib/migrate_template.js',
@ -9,7 +9,7 @@ module.exports = {
},
production: {
client: 'mysql',
client: 'mysql2',
migrations: {
tableName: 'migrations',
stub: 'lib/migrate_template.js',