Reload repositories with null tag names
Ref. rDLDG02170919
We need to reload only tags on repositories that had them and got imported wrong.
select message, data->'task'->'args'->>0 from log where message like '%release%' and message not like '%, 0 releases%' order by ts;
Migrated from T73 (view on Phabricator)