Actions
Bug #29543
closedAddDockerTagJoinTable and AddDockerMetaTagJoinTable migrations take too long
Description
For environments with a large number of repos, this migration takes a long time even if there aren't any docker tags. I believe it's due to the block that runs through each repo and updates its tags/meta_tags. We could probably query instead for the repositories that have tags and update those.
Actions