对统计指标进行分表

This commit is contained in:
刘祥超
2022-03-28 16:25:16 +08:00
parent 7c4a01137b
commit 6d2ecb9af3
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"
)