mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix connection label
This commit is contained in:
parent
d17a667cf4
commit
577517e043
@ -178,6 +178,13 @@ const driver = {
|
|||||||
}
|
}
|
||||||
return res;
|
return res;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
beforeConnectionSave: (connection) => {
|
||||||
|
return {
|
||||||
|
...connection,
|
||||||
|
useDatabaseUrl: 1,
|
||||||
|
};
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = driver;
|
module.exports = driver;
|
||||||
|
Loading…
Reference in New Issue
Block a user