From 6ec436e2a43effce941256ea8c8d790d2da28b19 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Tue, 16 Jun 2020 14:24:40 +0200 Subject: [PATCH] Metaconsole cleanup --- pandora_server/util/pandora_db.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora_server/util/pandora_db.pl b/pandora_server/util/pandora_db.pl index 37f715e59a..e715467f2c 100755 --- a/pandora_server/util/pandora_db.pl +++ b/pandora_server/util/pandora_db.pl @@ -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"); }