mirror of
https://github.com/status-im/migrate.git
synced 2025-02-25 01:08:27 +00:00
Requires activating drivers with a _ style import, e.g. import "_ github.com/mattes/migrate/driver/postgres"
Bash Driver
- Runs bash scripts. What you do in the scripts is up to you.
Usage
migrate -url bash://xxx -path ./migrations create increment_xyz
migrate -url bash://xxx -path ./migrations up
migrate help # for more info