mirror of https://github.com/pressly/goose.git
Merged in ghthor/goose/mymysql-driver-support (pull request #6: Load the mymysql database driver)
commit
e2d100db55
|
@ -5,6 +5,7 @@ import (
|
|||
"errors"
|
||||
"fmt"
|
||||
_ "github.com/bmizerany/pq"
|
||||
_ "github.com/ziutek/mymysql/godrv"
|
||||
"log"
|
||||
"os"
|
||||
"path"
|
||||
|
|
Loading…
Reference in New Issue