Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-pg-migrate

Package Overview
Dependencies
Maintainers
3
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pg-migrate - npm Package Compare versions

Comparing version 2.24.0 to 2.24.1

6

CHANGELOG.md
# Change Log
## [2.24.1] (2018-03-05)
### Fixed
- Fix auto create schema [#206](https://github.com/salsita/node-pg-migrate/pull/206)
## [2.24.0] (2018-03-01)

@@ -4,0 +10,0 @@

4

dist/runner.js

@@ -183,3 +183,3 @@ 'use strict';

promise = promise.then(function () {
return db.query(`CREATE SCHEMA IF NOT EXISTS '${options.schema}'`);
return db.query(`CREATE SCHEMA IF NOT EXISTS "${options.schema}"`);
});

@@ -193,3 +193,3 @@ }

promise = promise.then(function () {
return db.query(`CREATE SCHEMA IF NOT EXISTS '${options.migrations_schema}'`);
return db.query(`CREATE SCHEMA IF NOT EXISTS "${options.migrations_schema}"`);
});

@@ -196,0 +196,0 @@ }

@@ -33,3 +33,3 @@ {

],
"version": "2.24.0",
"version": "2.24.1",
"engines": {

@@ -36,0 +36,0 @@ "node": ">=4.0.0"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc