修复unique key无法升级的问题

This commit is contained in:
GoEdgeLab
2021-08-06 14:22:17 +08:00
parent 616f6680ee
commit 32b2863e29
5 changed files with 78 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ func TestSQLExecutor_Run(t *testing.T) {
Prefix: "edge",
Dsn: "root:123456@tcp(127.0.0.1:3306)/db_edge_new?charset=utf8mb4&multiStatements=true",
})
err := executor.Run()
err := executor.Run(false)
if err != nil {
t.Fatal(err)
}