-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
There are about 11k items that are in the rights database but not in hf (and have non-"suppressed" rights). It would be worth running a small sample manually and/or checking any existing logs to determine why these records are missing.
Warning! Slow query!
select concat(r.namespace, ".", r.id) as htid,a.name,r.time from rights_current r inner join attributes a on r.attr=a.id left join hf h on concat(r.namespace, ".", r.id)=h.htid where h.bib_num is null and a.name!='supp'
Metadata
Metadata
Assignees
Labels
No labels