@vbilopav/pgmigrations
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -526,5 +526,5 @@ const path = require("path"); | ||
name) as rank | ||
from schema_history | ||
from {schema}.{name} | ||
) as t | ||
where schema_history.name = t.name and schema_history.type = t.type;`)} | ||
where {schema}.{name}.name = t.name and {schema}.{name}.type = t.type;`)} | ||
`); | ||
@@ -531,0 +531,0 @@ |
{ | ||
"name": "@vbilopav/pgmigrations", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "PostgreSQL Migration Tool for Node.js and NPM", | ||
@@ -5,0 +5,0 @@ "author": "vb-consulting", |
65542