v0.3 - Add debugging

This commit is contained in:
David Sainty 2024-09-09 16:37:26 +10:00
parent fe781117d0
commit 1d5bae9d14

View File

@ -89,8 +89,7 @@ class GossamerForumsCorrectEncoding < ImportScripts::Base
def perform_encoding_correction
puts "Encoding Correction beginning!"
# destroy_deleted_posts_from_gossamer
destroy_deleted_posts_from_gossamer_with_user('spudone')
fix_encoding
puts "Encoding Correction complete!"
end
end