UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

8 lines (7 loc) 221 B
import { getSchemas } from "."; function getMigrationTableSchema(options) { return options.migrationsSchema === void 0 ? getSchemas(options.schema)[0] : options.migrationsSchema; } export { getMigrationTableSchema };