node-pg-migrate
Advanced tools
Changelog
Rewritten using es6 (transpiled via babel) and Promises.
check-order
flag now defaults to true
(to switch it off supply --no-check-order
on command line)optionalDependency
s
option is now alias for schema
which sets schema for migrations SQL, if you only need to change schema of migrations table use --migrations-schema
optionalDependency
Promise