feathers-knex-modeler
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "feathers-knex-modeler", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "This package allows you to easily extend a table while you are developing it without requiring you to drop tables.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -167,3 +167,3 @@ /* eslint-disable no-console */ | ||
waitingOnQueue.onIdle() | ||
.then(() => db.schema.hasColumn(self.name, column.name)) | ||
.then(async () => self.hasColumn(self.name, column.name)) | ||
.then((hasColumn) => { | ||
@@ -170,0 +170,0 @@ return db.schema.alterTable(self.name, (table) => { |
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
15540