Commit 9e11a5d9 authored by Thong Kuah's avatar Thong Kuah

Merge branch 're-add-shuffle-to-lfk-cleanup' into 'master'

Re-add shuffling for LFK cleanup

See merge request gitlab-org/gitlab!83653
parents ac4a4d38 37e151c9
......@@ -52,7 +52,7 @@ module LooseForeignKeys
end
def tracked_tables
@tracked_tables ||= Gitlab::Database::LooseForeignKeys.definitions_by_table.keys
@tracked_tables ||= Gitlab::Database::LooseForeignKeys.definitions_by_table.keys.shuffle
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment