mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2022-09-09
This commit is contained in:
@ -121,4 +121,20 @@ Total number of hits from bots: 12220
|
||||
- I had a meeting with Nicky from UNEP to discuss issues they are having with their DSpace
|
||||
- I told her about the meeting of DSpace community people that we're planning at ILRI in the next few weeks
|
||||
|
||||
## 2022-09-09
|
||||
|
||||
- Add some value mappings to AReS because I see a lot of incorrect regions and countries
|
||||
- I also found some values that were blank in CGSpace so I deleted them:
|
||||
|
||||
```console
|
||||
dspace=# BEGIN;
|
||||
BEGIN
|
||||
dspace=# DELETE FROM metadatavalue WHERE dspace_object_id IN (SELECT uuid FROM item) AND text_value='';
|
||||
DELETE 70
|
||||
dspace=# COMMIT;
|
||||
COMMIT
|
||||
```
|
||||
|
||||
- Start a full Discovery index on CGSpace to catch these changes in the Discovery
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user