升级数据库时同时升级edgeClientAgentIPs中的countIPs字段值

This commit is contained in:
GoEdgeLab
2023-01-07 10:29:08 +08:00
parent 4ee8a50b06
commit f96ff94264
3 changed files with 55 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ var recordsTables = []*SQLRecordsTable{
{
TableName: "edgeClientAgents",
UniqueFields: []string{"code"},
ExceptFields: []string{"countIPs"},
},
{
TableName: "edgeClientAgentIPs",