Skip to content

Commit

Permalink
cmd/server: Resolves DBAL not handling postgres properly
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored and arekkas committed May 8, 2018
1 parent 4b17ce8 commit dedc32a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/server/sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func newManagers(db string, logger logrus.FieldLogger) (*managers, error) {

switch u.Scheme {
case "postgres":
fallthrough
case "mysql":
sdb, err := sqlcon.NewSQLConnection(db, logger)
if err != nil {
Expand Down

0 comments on commit dedc32a

Please sign in to comment.