This commit is contained in:
Juan Ferrer 2020-12-04 13:15:51 +01:00
parent ab81ffb551
commit 0709670550
3 changed files with 2 additions and 4 deletions

View File

@ -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;

View File

@ -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
template/.gitignore vendored
View File

@ -1,4 +1,3 @@
.DS_Store .DS_Store
node_modules node_modules
remotes/*.ini remotes/*.ini
.procs-priv.sql