Project

General

Profile

« Previous | Next » 

Revision 59199

Set collectedfrom for organizations

View differences:

modules/dnet-openaire-datasource-manager/trunk/src/main/java/eu/dnetlib/enabling/datasources/DatasourceFunctions.java
342 342
		map.put("websiteurl", org.getWebsiteurl());
343 343
		map.put("logourl", org.getLogourl());
344 344
		map.put("country", org.getCountry());
345
		map.put("collectedfrom", org.getCollectedfrom());
345 346
		return map;
346 347
	}
347 348

  
modules/dnet-openaire-datasource-manager/trunk/src/main/resources/eu/dnetlib/enabling/datasources/queries/addOrganization.sql
6 6
	legalname, 
7 7
	websiteurl,
8 8
	logourl,
9
	country
9
	country,
10
	collectedfrom
10 11
) VALUES (
11 12
	:orgId, 
12 13
	:legalshortname, 
13 14
	:legalname, 
14 15
	:websiteurl,
15 16
	:logourl,
16
	:country
17
	:country,
18
	:collectedfrom
17 19
);
18 20

  
19 21
INSERT INTO dsm_datasource_organization(

Also available in: Unified diff