mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-06 01:50:25 +08:00
实现基础的IP地址阈值
This commit is contained in:
@@ -367,8 +367,7 @@ func upgradeV0_3_0(db *dbs.DB) error {
|
||||
|
||||
// v0.3.1
|
||||
func upgradeV0_3_1(db *dbs.DB) error {
|
||||
// 忽略错误
|
||||
// 清空域名统计,已使用分表代替
|
||||
_, _ = db.Exec("TRUNCATE table edgeServerDomainHourlyStats")
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user