flyway

Database version control tool for managing SQL migrations

brewmacoslinux
Try with needOr install directly
Source

About

Database version control to control migrations

Commands

flyway

Examples

Migrate database to latest version$ flyway migrate
Check migration status of database$ flyway info
Validate applied migrations against available ones$ flyway validate