1
0
mirror of https://github.com/beego/bee.git synced 2025-06-12 10:00:41 +00:00

Adding dir parameter to migrate command

This commit is contained in:
2018-11-12 13:09:26 +01:00
parent e3e401cadd
commit 3d977edbb4
3 changed files with 25 additions and 16 deletions

View File

@ -77,6 +77,7 @@ type bale struct {
type database struct {
Driver string
Conn string
Dir string
}
// LoadConfig loads the bee tool configuration.