mirror of
https://github.com/status-im/migrate.git
synced 2025-02-24 16:58:14 +00:00
11 lines
238 B
Markdown
11 lines
238 B
Markdown
# Bash Driver
|
|
|
|
* Runs bash scripts. What you do in the scripts is up to you.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
migrate -url bash://xxx -path ./migrations create increment_xyz
|
|
migrate -url bash://xxx -path ./migrations up
|
|
migrate help # for more info
|
|
``` |