Project

General

Profile

« Previous | Next » 

Revision 59013

fixed table name

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/patch-db/migrate-projects.sql
54 54

  
55 55
 -- use it to insert into projects
56 56

  
57
 INSERT INTO project select * from xxx_projects;
57
 INSERT INTO projects select * from xxx_projects;
58 58

  
59 59
CREATE TEMP TABLE xxx_fundingpaths (
60 60
_dnet_resource_identifier_ varchar(2048),

Also available in: Unified diff