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 def perform_cleanup
puts "Cleanup beginning!" puts "Cleanup beginning!"
# cleanup_messages cleanup_messages
# cleanup_posts cleanup_posts
# cleanup_topics cleanup_topics
# cleanup_categories cleanup_categories
cleanup_users cleanup_users
puts "Cleanup complete!" puts "Cleanup complete!"
end end