Skip to content

Commit fc2a27d

Browse files
committed
add: 菜单美化
1 parent 6306946 commit fc2a27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/mysql/sqlite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func getSqliteDBName(binlogFilePath string) (dbPath, table string) {
2525
table = arr[1]
2626
}
2727

28-
return datas.GetSqlitePath(dbPath), table
28+
return datas.GetSqlitePath(dbPath), "binlog_" + table
2929
}
3030

3131
// GetDB 链接指定 db 必须手动关闭

0 commit comments

Comments
 (0)