From: Someone Date: Mon, 25 Aug 2025 12:47:57 +0000 (+0200) Subject: maintenance/fs.py X-Git-Url: https://git.somenet.org/pub/jan/mattermost-privileged.git/commitdiff_plain maintenance/fs.py --- diff --git a/maintenance/fs.py b/maintenance/fs.py index 52a2e04..d50f8ec 100755 --- a/maintenance/fs.py +++ b/maintenance/fs.py @@ -14,7 +14,7 @@ import psycopg2.extras import config print("Mattermost FS cleanup script: https://git.somenet.org/pub/jan/mattermost-privileged.git") -print("Tested on 10.5\n") +print("Tested on 10.11\n") dbconn = psycopg2.connect(config.dbconnstring) dbconn.set_session(autocommit=False)