对统计指标进行分表

This commit is contained in:
GoEdgeLab
2022-03-28 16:25:16 +08:00
parent 14f81ccd92
commit e1cf873259
6 changed files with 503 additions and 228 deletions

View File

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