mirror of https://github.com/pressly/goose.git
Load the mymysql database driver
parent
85fac2eb96
commit
c1e1680dc8
|
@ -5,6 +5,7 @@ import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
_ "github.com/bmizerany/pq"
|
_ "github.com/bmizerany/pq"
|
||||||
|
_ "github.com/ziutek/mymysql/godrv"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"path"
|
"path"
|
||||||
|
|
Loading…
Reference in New Issue