Skip to content

Make uploads migration task handle all uploads instead of a hardcoded list

Heinrich Lee Yu requested to merge 23593-fix-uploads-migration-rake-tasks into master

What does this MR do and why?

Changes the gitlab:uploads:migrate:all and gitlab:uploads:migrate_to_local:all Rake tasks so that they iterate over all uploads in the DB instead of using a hardcoded list of upload types.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #23593 (closed)

Edited by Heinrich Lee Yu

Merge request reports