Mm 30807 granular data retention scaffold (#16891)
create the necessary tables, models and APIs for the granular data retention policy feature
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
03473f98ac
Коммит
3ea75332e7
@@ -1488,7 +1488,7 @@ func doCheckWarnMetricStatus(a *App) {
|
||||
mlog.Debug("Error attempting to get active registered users.", mlog.Err(err0))
|
||||
}
|
||||
|
||||
teamCount, err1 := a.Srv().Store.Team().AnalyticsTeamCount(false)
|
||||
teamCount, err1 := a.Srv().Store.Team().AnalyticsTeamCount(nil)
|
||||
if err1 != nil {
|
||||
mlog.Debug("Error attempting to get number of teams.", mlog.Err(err1))
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user