goss-cleanup.rb and goss-delalluser-20240527.rb fixes

This commit is contained in:
David Sainty 2024-08-16 02:53:45 +10:00
parent e9e5e46b43
commit cace4e88ee

View File

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