Skip to content

Commit

Permalink
add cli override
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Dec 15, 2023
1 parent e3dbb9b commit 5cc61ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/goose/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func main() {
case "sqlite3":
// Internally uses the CGo-free port of SQLite: modernc.org/sqlite
driver = "sqlite"
case "postgres":
case "postgres", "redshift":
driver = "pgx"
}
db, err := goose.OpenDBWithDriver(driver, normalizeDBString(driver, dbstring, *certfile, *sslcert, *sslkey))
Expand Down

0 comments on commit 5cc61ca

Please sign in to comment.