knex-schema-inspector
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -254,2 +254,3 @@ "use strict"; | ||
.whereIn('c.table_schema', this.explodedSchema) | ||
.andWhere('pg_class.relkind', '!=', 'S') | ||
.orderBy(['c.table_name', 'c.ordinal_position']); | ||
@@ -256,0 +257,0 @@ if (table) { |
@@ -305,2 +305,3 @@ import { Knex } from 'knex'; | ||
.whereIn('c.table_schema', this.explodedSchema) | ||
.andWhere('pg_class.relkind', '!=', 'S') | ||
.orderBy(['c.table_name', 'c.ordinal_position']); | ||
@@ -307,0 +308,0 @@ |
{ | ||
"name": "knex-schema-inspector", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Utility for extracting information about existing DB schema", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
556154
97
12028