Skip to content

Commit

Permalink
Merge pull request #224 from arvenil/patch-1
Browse files Browse the repository at this point in the history
Fix: Do not require MySQL when --tags="no_mysql",
  • Loading branch information
VojtechVitek authored Aug 13, 2020
2 parents 2769ad7 + 39041ad commit ad369d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/goose/driver_no_mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

package main

import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/ziutek/mymysql/godrv"
)

func normalizeDBString(driver string, str string, certfile string) string {
return str
}

0 comments on commit ad369d9

Please sign in to comment.