mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-10-21 09:38:41 +00:00
https://github.com/discourse/discourse-solved/pull/342 was deployed and observed to only have 5000 (batch size) migrated. This is an error in migration where the ids had a gap between the batch. This PR changes the migration to just loop through all topic custom fields with each loop increasing by batch size.