master #59
|
@ -2,6 +2,8 @@ select s.id as id
|
||||||
from dsm_services s
|
from dsm_services s
|
||||||
where collectedfrom = 'openaire____::opendoar'
|
where collectedfrom = 'openaire____::opendoar'
|
||||||
and jurisdiction = 'Institutional'
|
and jurisdiction = 'Institutional'
|
||||||
and s.id not in (
|
and s.id in (
|
||||||
select service from dsm_api where coalesce(compatibility_override, compatibility) like '%openaire%' or last_collection_total > 0
|
select service from dsm_api where coalesce(compatibility_override, compatibility) = 'driver' or coalesce(compatibility_override, compatibility) = 'UNKNOWN'
|
||||||
|
) and s.id not in (
|
||||||
|
select service from dsm_api where coalesce(compatibility_override, compatibility) like '%openaire%'
|
||||||
);
|
);
|
Loading…
Reference in New Issue