mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-07-31
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user