Skip to content

Commit

Permalink
Update package.json to use mysql2
Browse files Browse the repository at this point in the history
  • Loading branch information
rsherman-madison-reed committed Feb 16, 2024
1 parent 7e13cba commit bcd5102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var util = require('util');
var moment = require('moment');
var mysql = require('mysql');
var mysql = require('mysql2');
var Base = require('db-migrate-base');
var Promise = require('bluebird');
var log;
Expand Down

0 comments on commit bcd5102

Please sign in to comment.