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
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'
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: