fix connection label

This commit is contained in:
Jan Prochazka 2024-09-12 07:01:14 +02:00
parent d17a667cf4
commit 577517e043

View File

@ -178,6 +178,13 @@ const driver = {
} }
return res; return res;
}, },
beforeConnectionSave: (connection) => {
return {
...connection,
useDatabaseUrl: 1,
};
},
}; };
module.exports = driver; module.exports = driver;