easy-postgresql-fixture
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -46,4 +46,2 @@ 'use strict'; | ||
console.log(command); | ||
return Q.nfcall(fs.writeFile, './drop_pg_dbs.bash', getDropTablesCommand(this.config)).then(function () { | ||
@@ -50,0 +48,0 @@ return Q.nfcall(exec, 'bash ./drop_pg_dbs.bash'); |
{ | ||
"name": "easy-postgresql-fixture", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Postgresql fixture manager for easy-fixture", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6375
148