Merge branch 'ent-5705-consistencia-db-metaconsola-pandora_db' into 'develop'

Metaconsole cleanup

See merge request artica/pandorafms!3310
This commit is contained in:
Daniel Rodriguez 2020-07-09 14:50:14 +02:00
commit efb8146b05
1 changed files with 3 additions and 0 deletions

View File

@ -1054,6 +1054,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");
}