Skip to content

Commit

Permalink
Outer join necessary in merge_repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
wschuell committed Dec 3, 2024
1 parent aa593db commit 37e87c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repodepo/extras/exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ def merge_repos(self):
FROM repositories r
INNER JOIN sources s
ON s.id=r.source
INNER JOIN urls u
LEFT OUTER JOIN urls u
ON r.url_id=u.id
;
"""
Expand Down

0 comments on commit 37e87c7

Please sign in to comment.