mirror of
https://github.com/pressly/goose.git
synced 2025-05-31 11:42:04 +00:00
Load the mymysql database driver
This commit is contained in:
parent
85fac2eb96
commit
c1e1680dc8
@ -5,6 +5,7 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
_ "github.com/bmizerany/pq"
|
||||
_ "github.com/ziutek/mymysql/godrv"
|
||||
"log"
|
||||
"os"
|
||||
"path"
|
||||
|
Loading…
x
Reference in New Issue
Block a user