mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2021-09-23
This commit is contained in:
@ -234,5 +234,11 @@ $ csvcut -c 1 /tmp/2021-09-23-affiliations.csv | sed 1d > /tmp/affiliations.txt
|
||||
|
||||
- Peter also sent me 310 corrections and 234 deletions for donors so I applied those and updated the controlled vocabularies too
|
||||
- Move some One CGIAR-related collections around the CGSpace hierarchy for Peter Ballantyne
|
||||
- Mohammed Salem asked me for an ID to UUID mapping for CGSpace collections, so I generated one similar to the ID one I sent him in 2020-11:
|
||||
|
||||
```console
|
||||
localhost/dspace63= > \COPY (SELECT collection_id,uuid FROM collection WHERE collection_id IS NOT NULL) TO /tmp/2021-09-23-collection-id2uuid.csv WITH CSV HEADER;
|
||||
COPY 1139
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user