Skip to content

Change migrate_old_refs.sql to use inner join

In the scenario when the refs table as part of Fix duplicated ref tracking
(2c070ef4) does not have corresponding matching jobs the migration will fail
with NOT NULL constraint failed. Changing to an INNER join will discard any
refs which don't have a cooresponding job ID since there is nothing we can
do with them anyway.

Merge request reports

Loading