Skip to content

Commit

Permalink
fix(dbm-services): fix ignore create dbs #8645
Browse files Browse the repository at this point in the history
ymakedaq authored and iSecloud committed Dec 16, 2024
1 parent efd76fd commit 19af636
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ func (tf *TmysqlParseFile) DoParseRelationDbs(version string) (createDbs, relati
dumpdbs := []string{}
for _, d := range relationDbs {
if slices.Contains(createDbs, d) {
break
continue
}
dumpdbs = append(dumpdbs, d)
}

0 comments on commit 19af636

Please sign in to comment.