This commit is contained in:
SPRINX0\prochazka
2025-01-08 17:06:53 +01:00
parent 2501cb170f
commit 6712c8136f

View File

@@ -10,6 +10,8 @@ function randomDbName(dialect) {
} }
function extractConnection(engine) { function extractConnection(engine) {
const { connection } = engine;
return { return {
...connection, ...connection,
...engine.local, ...engine.local,