Skip to content
Snippets Groups Projects

Migrate data to system_access_group_microsoft_applications

Merged Andrew Evans requested to merge 495499-split-microsoft-applications into master
All threads resolved!
@@ -15,7 +15,7 @@ class GroupMicrosoftApplication < MigrationRecord
end
def up
MicrosoftApplication.each_batch(of: 100) do |relation|
MicrosoftApplication.each_batch(of: 50) do |relation|
hashes = relation.to_a.filter_map do |row|
next unless row.namespace_id
Loading