Add notes for 2022-09-09

This commit is contained in:
2022-09-09 17:29:51 +03:00
parent aa77e80c44
commit 69392070de
120 changed files with 182 additions and 152 deletions

View File

@ -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: -->