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