update dialect
This commit is contained in:
parent
4e1a5eaf80
commit
56a8e21605
@ -60,7 +60,7 @@ func RunMigrate(args []string) {
|
|||||||
goose.SetBaseFS(migrations.MigrationFS)
|
goose.SetBaseFS(migrations.MigrationFS)
|
||||||
|
|
||||||
// dialect tidb
|
// dialect tidb
|
||||||
err = goose.SetDialect("tidb")
|
err = goose.SetDialect("mysql")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user