Project

General

Profile

« Previous | Next » 

Revision 62091

INSERT to create H2020 among the funding paths

View differences:

patch_h2020.sql
144 144
	'openaire____::corda_h2020_fundings::0',
145 145
	'openaire____::corda_h2020_fundings::0@@baseUrl'
146 146
);
147

  
148
INSERT INTO fundingpaths (
149
_dnet_resource_identifier_,
150
id,
151
path,
152
jurisdiction,
153
description,
154
funder
155
) VALUES (
156
'ec__________::EC::H2020',
157
'ec__________::EC::H2020',
158
'<fundingtree><funder><id>ec__________::EC</id><shortname>EC</shortname><name>European Commission</name><jurisdiction>EU</jurisdiction></funder><funding_level_0><id>ec__________::EC::H2020</id><description>Horizon 2020 Framework Programme</description><name>H2020</name><parent/><class>ec:frameworkprogram</class></funding_level_0></fundingtree>',
159
'EU',
160
'Horizon 2020 Framework Programme',
161
'ec__________::EC'
162
);
163

  

Also available in: Unified diff