From 382fd239a2eb8be967ee5d8c1abd233d51a2ff0c Mon Sep 17 00:00:00 2001 From: saint Date: Tue, 2 Jul 2024 19:48:46 +1000 Subject: [PATCH] v0.26.1 Modify upload attachment code to try and make Discourse happy --- gossamer_forums.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index 1b59d7e..4b2d096 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -850,7 +850,7 @@ class GossamerForumsImporter < ImportScripts::Base puts "Highest processed post_id: #{highest_processed_post_id}" # OVERRIDE........ - highest_processed_post_id = 1357010 + highest_processed_post_id = 1359862 # Execute the query to get all posts ordered by post_id execute_query("SELECT * FROM gforum_Post ORDER BY post_id").each do |row|