fix: refs #5483 pull code fix

This commit is contained in:
Juan Ferrer 2024-01-25 09:54:03 +01:00
parent 1b16e4ee73
commit edee7a5e46
3 changed files with 4 additions and 4 deletions

View File

@ -90,7 +90,7 @@ class Pull extends Command {
// Export routines to SQL files
this.emit('routineChanges', branchName);
this.emit('routineChanges');
const engine = new ExporterEngine(conn, opts);
await engine.init();

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@verdnatura/myt",
"version": "1.5.29",
"version": "1.5.30",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@verdnatura/myt",
"version": "1.5.29",
"version": "1.5.30",
"license": "GPL-3.0",
"dependencies": {
"@sqltools/formatter": "^1.2.5",

View File

@ -1,6 +1,6 @@
{
"name": "@verdnatura/myt",
"version": "1.5.29",
"version": "1.5.30",
"author": "Verdnatura Levante SL",
"description": "MySQL version control",
"license": "GPL-3.0",