feat(mjs): added crypto imports

This commit is contained in:
Jan Prochazka
2024-05-20 19:48:21 +02:00
parent 153f40f13e
commit 7d984d8faf
15 changed files with 15 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ const _ = require('lodash');
const fp = require('lodash/fp');
const { testWrapper } = require('../tools');
const engines = require('../engines');
const crypto = require('crypto');
const { getAlterTableScript, extendDatabaseInfo, generateDbPairingId } = require('dbgate-tools');
function pickImportantTableInfo(table) {