diff --git a/gossamer_forums.rb b/gossamer_forums.rb index 674c38d..326ee2a 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1280,8 +1280,8 @@ class GossamerForumsImporter < ImportScripts::Base created_at: Time.at(row['post_time']), updated_at: Time.at(row['post_time']), reads: post_views || 0 -# post_number: post_number ) +# post_number: post_number post.custom_fields['original_gossamer_id'] = row['post_id'] post.save! @@ -1332,8 +1332,8 @@ class GossamerForumsImporter < ImportScripts::Base created_at: Time.at(reply_row['post_time']), updated_at: Time.at(reply_row['post_time']), reads: reply_post_views || 0 -# post_number: post_number ) +# post_number: post_number post.custom_fields['original_gossamer_id'] = reply_row['post_id'] post.save!