Push fix
This commit is contained in:
parent
ab81ffb551
commit
0709670550
|
@ -88,6 +88,7 @@ class Push {
|
|||
}
|
||||
|
||||
console.log('Applying versions.');
|
||||
const pushConn = await myvc.createConnection();
|
||||
|
||||
let nChanges = 0;
|
||||
const versionsDir = `${opts.workspace}/versions`;
|
||||
|
@ -136,8 +137,6 @@ class Push {
|
|||
}
|
||||
}
|
||||
|
||||
const pushConn = await myvc.createConnection();
|
||||
|
||||
console.log('Applying changed routines.');
|
||||
|
||||
let nRoutines = 0;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "myvc",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"author": "Verdnatura Levante SL",
|
||||
"description": "MySQL Version Control",
|
||||
"license": "GPL-3.0",
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
remotes/*.ini
|
||||
.procs-priv.sql
|
||||
|
|
Loading…
Reference in New Issue