You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
Check for data in tables that refers to parent data that doesn't exist:
Satellite 5:
select * from rhnchannelerrata where channel_id not in (select id from rhnchannel)
select * from rhnchannelerrata where errata_id not in (select id from rhnerrata)
There are probably many similar things to look for in Satellite 6
The text was updated successfully, but these errors were encountered:
Check for data in tables that refers to parent data that doesn't exist:
There are probably many similar things to look for in Satellite 6
The text was updated successfully, but these errors were encountered: