Skip to content

Commit

Permalink
Merge pull request #940 from EUDAT-B2SHARE/1.7_lter
Browse files Browse the repository at this point in the history
1.7 lter
  • Loading branch information
emanueldima committed May 4, 2016
2 parents 5808b2b + ef604de commit 0a4ab91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/_collections.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ INSERT INTO collection VALUES (106,'GBIF','980:GBIF',NULL,NULL);
INSERT INTO collection VALUES (107,'RDA','980:RDA',NULL,NULL);
INSERT INTO collection VALUES (108,'Aalto','980:Aalto',NULL,NULL);
INSERT INTO collection VALUES (109,'EISCAT','980:EISCAT',NULL,NULL);
INSERT INTO collection VALUES (110,'LTER','980:LTER',NULL,NULL);
-- I don't know what the forth value is. First is parent collection (1 should
-- be site collection), second is child collection. Third I assume is "regular"
-- or "virtual" relationship but I'm not sure what this means...
Expand All @@ -22,3 +23,4 @@ INSERT INTO collection_collection VALUES (1,106,'r',7);
INSERT INTO collection_collection VALUES (1,107,'r',8);
INSERT INTO collection_collection VALUES (1,108,'r',9);
INSERT INTO collection_collection VALUES (1,109,'r',10);
INSERT INTO collection_collection VALUES (1,110,'r',11);
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
domain = "LTER"
display_name = "LTER"
table_name = 'lter'
image = 'domain-lter.jpg'
kind = 'project'
domaindesc = 'LTER Europe'

0 comments on commit 0a4ab91

Please sign in to comment.