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

This commit is contained in:
刘祥超
2023-01-07 10:29:08 +08:00
parent e70c49d407
commit c02928dd44
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",