Metaconsole cleanup

This commit is contained in:
fbsanchez 2020-06-16 14:24:40 +02:00
parent b2084e3a1e
commit 6ec436e2a4
1 changed files with 3 additions and 0 deletions

View File

@ -1052,6 +1052,9 @@ sub pandoradb_main ($$$) {
# Recalculating dynamic intervals.
enterprise_hook("update_min_max", [$dbh, $conf]);
# Metaconsole database cleanup.
enterprise_hook("metaconsole_database_cleanup", [$dbh, $conf]);
log_message ('', "Ending at ". strftime ("%Y-%m-%d %H:%M:%S", localtime()) . "\n");
}