使用upgrade命令升级数据库时增加日志显示

This commit is contained in:
GoEdgeLab
2021-08-02 15:23:02 +08:00
parent ee825f5d89
commit fad1ccd28f
4 changed files with 32 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ func TestSQLDump_Apply(t *testing.T) {
if err != nil {
t.Fatal(err)
}
ops, err := dump.Apply(db2, result)
ops, err := dump.Apply(db2, result, false)
if err != nil {
t.Fatal(err)
}