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|