mirror of https://github.com/pressly/goose.git
Fix cannot build using build tag 'no_mysql' (#301)
parent
c8aa123e31
commit
fc39794172
|
@ -3,6 +3,6 @@
|
|||
|
||||
package main
|
||||
|
||||
func normalizeDBString(driver string, str string, certfile string) string {
|
||||
func normalizeDBString(driver string, str string, certfile string, sslcert string, sslkey string) string {
|
||||
return str
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue