From d99bb7201f6a619ea76fb3d1e4599a263fd9ae2a Mon Sep 17 00:00:00 2001 From: saint Date: Wed, 10 Jul 2024 20:16:01 +1000 Subject: [PATCH] v0.30 Add .1former_user support to prevent missing posts --- gossamer_forums.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index 7d0e5a4..4546910 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1,5 +1,5 @@ # gossamer threads migration-import code -# v0.30 +# v0.30.1 require 'mysql2' require 'open-uri' @@ -1278,7 +1278,7 @@ class GossamerForumsImporter < ImportScripts::Base # import_categories - import_topics_and_posts_with_attachments +# # # import_topics_and_posts_with_attachments update_topic_stats update_user_stats export_url_mapping_to_csv("gossamer-migration-url-mapping#{timestamp}")