Project

General

Profile

« Previous | Next » 

Revision 55353

Update also dsm_datasources

View differences:

patch_dsTypes.sql
1 1
update dsm_api set typology = 'aggregator::pubsrepository::unknown' where id = 'api_________::openaire____::unpaywall::0';
2
update dsm_api set typology = 'researchgraph' where id like 'api_________::infrastruct_::openaire%';
3 2
update dsm_api set typology = 'researchgraph' where id ='api_________::openaire____::microsoft::0';
4 3
update dsm_api set typology = 'entityregistry::organizations' where id ='api_________::openaire____::grid::mock';
5 4
update dsm_api set typology = 'entityregistry::researchers' where id ='api_________::openaire____::orcid::0';
6 5
update dsm_api set typology = 'entityregistry::products' where id like 'api_________::openaire____::datacite%';
7
update dsm_api set typology = 'entityregistry::products' where id like 'api_________::openaire____::crossref:%';
6
update dsm_api set typology = 'entityregistry::products' where id like 'api_________::openaire____::crossref:%';
7

  
8
update dsm_datasources set typology = 'aggregator::pubsrepository::unknown' where id = 'openaire____::unpaywall';
9
update dsm_datasources set typology = 'researchgraph' where id ='openaire____::microsoft';
10
update dsm_datasources set typology = 'entityregistry::organizations' where id ='openaire____::grid';
11
update dsm_datasources set typology = 'entityregistry::researchers' where id ='openaire____::orcid';
12
update dsm_datasources set typology = 'entityregistry::products' where id = 'openaire____::datacite';
13
update dsm_datasources set typology = 'entityregistry::products' where id = 'openaire____::crossref';

Also available in: Unified diff