Skip to content

Commit

Permalink
use bbgo_dev for mysql rockhopper
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Mar 14, 2021
1 parent 1a3a152 commit cd6a673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:

before_install:
- mysql -e 'CREATE DATABASE bbgo;'
- mysql -e 'CREATE DATABASE bbgo_dev;'

install:
- go get github.com/c9s/rockhopper/cmd/rockhopper
Expand Down
2 changes: 1 addition & 1 deletion rockhopper_mysql.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
driver: mysql
dialect: mysql
dsn: "root@tcp(localhost:3306)/bbgo?parseTime=true"
dsn: "root@tcp(localhost:3306)/bbgo_dev?parseTime=true"
migrationsDir: migrations/mysql

0 comments on commit cd6a673

Please sign in to comment.