db-migrate-base
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -261,3 +261,3 @@ var util = require('util'); | ||
if(typeof(this._applyAddColumnExtension)) { | ||
if(typeof(this._applyAddColumnExtension) === 'function') { | ||
extensions = this._applyAddColumnExtension(def); | ||
@@ -264,0 +264,0 @@ } |
{ | ||
"name": "db-migrate-base", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "db-migrate base driver", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
23996