Switch mysql library to mysql2

The recent sequelize upgrade introduced some other dependencies, this is
one of them. This patch replaces the old `mysql` library with `mysql2`.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
Sheogorath 2019-08-15 09:42:30 +02:00
parent c07ae7eda1
commit e574ae7588
No known key found for this signature in database
GPG key ID: 1F05CC3635CDDFFD

View file

@ -88,7 +88,7 @@
"minio": "^6.0.0",
"moment": "^2.17.1",
"morgan": "^1.7.0",
"mysql": "^2.12.0",
"mysql2": "^1.6.5",
"passport": "^0.4.0",
"passport-dropbox-oauth2": "^1.1.0",
"passport-facebook": "^2.1.1",