This commit is contained in:
Benjamin Toby 2023-09-21 17:57:22 +01:00
parent 069db84289
commit 23bb0668b7
2 changed files with 1 additions and 3 deletions

View File

@ -68,8 +68,6 @@ module.exports = async function dbHandler({
*/
let changeDbError;
console.log(connection.config);
if (database) {
connection.changeUser({ database: database }, (error) => {
if (error) {

View File

@ -1,6 +1,6 @@
{
"name": "datasquirel",
"version": "1.9.3",
"version": "1.9.4",
"description": "Cloud-based SQL data management tool",
"main": "index.js",
"bin": {