Comparing version 1.1.1 to 1.1.2
@@ -102,4 +102,3 @@ #!/usr/bin/env node | ||
if (initSql != '') { | ||
console.error("Running Initialization SQL") | ||
if (initSql != '') { //;console.error("Running Initialization SQL") | ||
db.x(initSql) | ||
@@ -106,0 +105,0 @@ } |
{ | ||
"name": "wyseman", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "PostgreSQL Schema Manager with Javascript, Ruby, TCL API", | ||
@@ -35,3 +35,3 @@ "main": "lib/index.js", | ||
"node-fetch": "^2.6.2", | ||
"pg": "^8.7.1", | ||
"pg": "^8.7.3", | ||
"pg-format": "^1.0.4", | ||
@@ -38,0 +38,0 @@ "pg-native": "^3.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
496338
2254
Updatedpg@^8.7.3