@vbilopav/pgmigrations
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -297,3 +297,3 @@ const path = require("path"); | ||
const hash = config.hashFunction(content); | ||
const script = hasMultipleDirs ? (migrationDir + "/" + fileName).replace(/\\/g, "/") : fileName; | ||
const script = (hasMultipleDirs ? (migrationDir + "/" + fileName).replace(/\\/g, "/") : fileName).replace(/\/+/g, "/"); | ||
@@ -300,0 +300,0 @@ let pushTo = null; |
{ | ||
"name": "@vbilopav/pgmigrations", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "PostgreSQL Migration Tool for Node.js and NPM", | ||
@@ -5,0 +5,0 @@ "author": "vb-consulting", |
66403