mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
update readme for adding new migration
This commit is contained in:
parent
a758d78763
commit
dad5738f0b
|
@ -283,6 +283,15 @@ Delete chart:
|
|||
helm delete bbgo
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
### Adding new migration
|
||||
|
||||
```sh
|
||||
rockhopper --config rockhopper_sqlite.yaml create --type sql add_pnl_column
|
||||
rockhopper --config rockhopper_mysql.yaml create --type sql add_pnl_column
|
||||
```
|
||||
|
||||
## Support
|
||||
|
||||
### By contributing pull requests
|
||||
|
|
Loading…
Reference in New Issue
Block a user