fix: refs #5483 pull code fix
This commit is contained in:
parent
1b16e4ee73
commit
edee7a5e46
|
@ -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();
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue