From 36d6a5b9821b2851bf365eee8ac4296474eb47b6 Mon Sep 17 00:00:00 2001 From: AppFactory Portal Date: Thu, 18 Jun 2026 12:45:14 +0000 Subject: [PATCH] =?UTF-8?q?=C3=9Aprava=20skriptu=20health-retention.sh=20(?= =?UTF-8?q?port=C3=A1l:=20jiri.uhlir59@gmail.com)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maintenance/health-retention.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/health-retention.sh b/maintenance/health-retention.sh index 722683c..63c88b0 100755 --- a/maintenance/health-retention.sh +++ b/maintenance/health-retention.sh @@ -3,7 +3,7 @@ set -euo pipefail DB_FILE="/opt/appfactory/data/appfactory/appfactory.db" -echo "Deleting service health records older than 30 days..." +echo "Deleting service health records older than 5 days..." sqlite3 "$DB_FILE" " DELETE FROM service_health