performance fix

This commit is contained in:
Jan Prochazka
2024-10-18 15:08:59 +02:00
parent c38fe83e48
commit e9302c7d6f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
const { SqlDumper } = require('dbgate-tools');
const { SqlDumper } = global.DBGATE_PACKAGES['dbgate-tools'];
class Dumper extends SqlDumper {
setTableOptionCore(table, optionName, optionValue, formatString) {