@hirosystems/api-toolkit
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -83,3 +83,3 @@ "use strict"; | ||
WHERE s.nspname = ${sql.options.connection.search_path} | ||
${ignoreMigrationTables ? sql `AND c.relname NOT LIKE '${tableName}%'` : sql ``} | ||
${ignoreMigrationTables ? sql `AND c.relname NOT LIKE ${tableName}::text || '%'` : sql ``} | ||
`; | ||
@@ -86,0 +86,0 @@ return result.count > 0 && result[0].count > 0; |
{ | ||
"name": "@hirosystems/api-toolkit", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "API development toolkit", | ||
@@ -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
99268