From 395b2e9c495f0b780023900c46b9c29644d653cf Mon Sep 17 00:00:00 2001 From: saint Date: Sun, 18 Aug 2024 19:24:33 +1000 Subject: [PATCH] v0.48.1 Further attempts to address MariaDB challenges and make things as foolproof as possible. --- goss-cleanup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goss-cleanup.rb b/goss-cleanup.rb index 3bcf820..072911c 100644 --- a/goss-cleanup.rb +++ b/goss-cleanup.rb @@ -77,8 +77,8 @@ class GossamerForumsCleaner def perform_cleanup puts "Cleanup beginning!" # cleanup_messages -# cleanup_posts cleanup_topics + cleanup_posts # cleanup_categories # cleanup_users puts "Cleanup complete!"