Adding dir parameter to migrate command

This commit is contained in:
Lukas Bachschwell
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.