reshape

Zero-downtime schema migration tool for PostgreSQL databases

brewmacoslinux
Try with needOr install directly
Source

About

Easy-to-use, zero-downtime schema migration tool for Postgres

Commands

reshape

Examples

Create a new migration file for adding a column$ reshape migration add_new_column
Apply pending migrations to your database$ reshape migrate
Rollback the last applied migration$ reshape rollback