New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-pg-migrate

Package Overview
Dependencies
Maintainers
3
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pg-migrate - npm Package Versions

1
1113
20

3.6.0

Diff
dolezel
published 3.6.0 •

Changelog

Source

3.6.0

Fixed

  • Ability to name references constraint #290
  • Alter column comment #292

Changed

  • Update dependencies to enable Greenkeeper #278
  • Update CI config #281
  • Using async/await #282
  • Using 'function' keyword #283
  • Using code directly for node >= 8 #288
  • Added cockroach v2 to tests #289
  • Using tests without babel #291
dolezel
published 3.5.1 •

Changelog

Source

3.5.1

Fixed

  • Respect configured logger #277
dolezel
published 3.5.0 •

Changelog

Source

3.5.0

Fixed

  • Added id column to order by clause of select migrations #272

Added

  • Adding primary key on pgmigrations table #274
dolezel
published 3.4.1 •

Changelog

Source

3.4.1

Fixed

  • opclass parens typo #270
dolezel
published 3.4.0 •

Changelog

Source

3.4.0

Changed

  • Constraint name is optional (for backward compatibility) #268
  • Updated node and service versions #269

!!! Minimal supported node version is now 6 !!!

dolezel
published 3.3.0 •

Changelog

Source

3.3.0

Fixed

  • Promisifying client.connect #265
dolezel
published 3.2.1 •

Changelog

Source

3.2.1

Fixed

  • Fix type name issue when the type is not in the default schema #264
dolezel
published 3.2.0 •

Changelog

Source

3.2.0

Added

  • Add support for opclass option in createIndex #259
  • Ability to specify extension schema #260
dolezel
published 3.1.2 •

Changelog

Source

3.1.2

Fixed

  • Using dollar-quoted strings in comments #255
dolezel
published 3.1.1 •

Changelog

Source

3.1.1

Fixed

  • Fixing optional options in create and drop statements #250