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

replace-enum-postgresql

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

replace-enum-postgresql - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

build/index.js

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

.then(function () {
return dropEnum({ enumName: enumName, sequelizeOptions: sequelizeOptions });
return dropEnum({ enumName: enumName, sequelizeOptions: sequelizeOptions, queryInterface: queryInterface });
})

@@ -70,0 +70,0 @@ // Rename new ENUM name

{
"name": "replace-enum-postgresql",
"version": "1.1.0",
"version": "1.2.0",
"description": "This package provides the methods needed to replace a PostgreSQL ENUM (ie., in migrations).",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -48,3 +48,3 @@ /**

// Drop old ENUM
.then(() => dropEnum({ enumName, sequelizeOptions }))
.then(() => dropEnum({ enumName, sequelizeOptions, queryInterface }))
// Rename new ENUM name

@@ -51,0 +51,0 @@ .then(() => renameEnum({

Sorry, the diff of this file is not supported yet

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