增加置顶集群功能

This commit is contained in:
GoEdgeLab
2022-03-17 11:12:46 +08:00
parent 81f0179011
commit d28fc89a1f
5 changed files with 30 additions and 2 deletions

View File

@@ -26,5 +26,5 @@ const (
ReportNodeVersion = "0.1.0"
// SQLVersion SQL版本号
SQLVersion = "2"
SQLVersion = "3"
)