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:
@ -77,6 +77,7 @@ type bale struct {
|
||||
type database struct {
|
||||
Driver string
|
||||
Conn string
|
||||
Dir string
|
||||
}
|
||||
|
||||
// LoadConfig loads the bee tool configuration.
|
||||
|
Reference in New Issue
Block a user