diff --git a/content/post/2017-07.md b/content/post/2017-07.md index 69d71bd5c..4b0dcf554 100644 --- a/content/post/2017-07.md +++ b/content/post/2017-07.md @@ -125,3 +125,17 @@ $ for community in 10568/2347 10568/25209; do /home/cgspace.cgiar.org/bin/dspace - Start working on CCAFS project tag cleanup - More questions about inconsistencies and spelling mistakes in their tags, so I've sent some questions for followup + +## 2017-07-31 + +- Looks like the final list of metadata corrections for CCAFS project tags will be: + +``` +delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and text_value='PII-FP4_CRMWestAfrica'; +update metadatavalue set text_value='FP3_VietnamLED' where resource_type_id=2 and metadata_field_id=134 and text_value='FP3_VeitnamLED'; +update metadatavalue set text_value='PII-FP1_PIRCCA' where resource_type_id=2 and metadata_field_id=235 and text_value='PII-SEA_PIRCCA'; +delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and text_value='PII-WA_IntegratedInterventions'; +``` + +- Now just waiting to run them on CGSpace, and then apply the modified input forms after Macaroni Bros give me an updated list +- Temporarily increase the nginx upload limit to 200MB for Sisay to upload the CIAT presentations diff --git a/public/2017-07/index.html b/public/2017-07/index.html index 97b776786..eb1e377da 100644 --- a/public/2017-07/index.html +++ b/public/2017-07/index.html @@ -27,7 +27,7 @@ We can use PostgreSQL’s extended output format (-x) plus sed to format the - + @@ -73,9 +73,9 @@ We can use PostgreSQL’s extended output format (-x) plus sed to format the "@type": "BlogPosting", "headline": "July, 2017", "url": "https://alanorth.github.io/cgspace-notes/2017-07/", - "wordCount": "995", + "wordCount": "1086", "datePublished": "2017-07-01T18:03:52+03:00", - "dateModified": "2017-07-29T14:14:41+03:00", + "dateModified": "2017-07-30T14:18:23+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -298,6 +298,23 @@ org.postgresql.util.PSQLException: FATAL: remaining connection slots are reserve
delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and text_value='PII-FP4_CRMWestAfrica';
+update metadatavalue set text_value='FP3_VietnamLED' where resource_type_id=2 and metadata_field_id=134 and text_value='FP3_VeitnamLED';
+update metadatavalue set text_value='PII-FP1_PIRCCA' where resource_type_id=2 and metadata_field_id=235 and text_value='PII-SEA_PIRCCA';
+delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and text_value='PII-WA_IntegratedInterventions';
+
+
+