v0.48.1 Further attempts to address MariaDB challenges and make things as foolproof as possible.

This commit is contained in:
David Sainty 2024-08-18 19:24:33 +10:00
parent 1d442ece31
commit 395b2e9c49

View File

@ -77,8 +77,8 @@ class GossamerForumsCleaner
def perform_cleanup def perform_cleanup
puts "Cleanup beginning!" puts "Cleanup beginning!"
# cleanup_messages # cleanup_messages
# cleanup_posts
cleanup_topics cleanup_topics
cleanup_posts
# cleanup_categories # cleanup_categories
# cleanup_users # cleanup_users
puts "Cleanup complete!" puts "Cleanup complete!"