Skip to content

Fix EachBatch call in license management migration

Adam Hegyi requested to merge fix-license-management-migration into master

What does this MR do?

This MR fixes the second each_batch call for the license management data migration. The column option was missed.

Without this change the each_batch method is using the id for the iteration which would surely time out on production.

Edited by Mayra Cabrera

Merge request reports