db-migrate-base
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -204,5 +204,3 @@ var util = require('util'); | ||
pkSql = this._handleMultiPrimaryKeys(primaryKeyColumns); | ||
} else { | ||
} else if(primaryKeyColumns.length === 1){ | ||
primaryKeyColumns[0] = primaryKeyColumns[0].name; | ||
@@ -209,0 +207,0 @@ columnDefOptions.emitPrimaryKey = true; |
{ | ||
"name": "db-migrate-base", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"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
24645