db-migrate-base
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -223,7 +223,7 @@ var util = require('util'); | ||
if(typeof(this._applyExtensions) === 'function') { | ||
extensions = this._applyExtensions(options); | ||
extensions = this._applyExtensions(options, tableName); | ||
} | ||
if(typeof(this._applyTableOptions) === 'function') { | ||
tableOptions = this._applyTableOptions(options); | ||
tableOptions = this._applyTableOptions(options, tableName); | ||
} | ||
@@ -274,3 +274,3 @@ | ||
if(typeof(this._applyAddColumnExtension) === 'function') { | ||
extensions = this._applyAddColumnExtension(def); | ||
extensions = this._applyAddColumnExtension(def, tableName, columnName); | ||
} | ||
@@ -277,0 +277,0 @@ |
{ | ||
"name": "db-migrate-base", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"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
24348