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