mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 16:10:03 +01:00
Upstream MySQL driver now supports multiStatements=true
This commit is contained in:
parent
42a7f0ef8f
commit
8fea318a0e
1 changed files with 1 additions and 1 deletions
2
mysql.go
2
mysql.go
|
|
@ -3,7 +3,7 @@ package main
|
|||
import (
|
||||
"database/sql"
|
||||
"fmt"
|
||||
_ "github.com/amacneil/go-mysql"
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
"net/url"
|
||||
"strings"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue