Add notes for 2023-07-20

This commit is contained in:
2023-07-20 16:02:38 +03:00
parent 8bebf47078
commit 74f4afe72a
32 changed files with 56 additions and 38 deletions

View File

@ -140,4 +140,13 @@ $ psql < locks-age.sql | less -S
$ psql < locks-age.sql | grep -E " (19|18|17|16|12):" | awk -F"|" '{print $10}' | sort -u | xargs kill
```
## 2023-07-19
- I had to kill a bunch more locked processes in PostgreSQL, I'm not sure what's going on
- After some discussion about an advanced search bug with Tim on Slack, I filed [an issue on GitHub](https://github.com/DSpace/DSpace/issues/8962)
## 2023-07-20
- I added a new metadata field for CGIAR Impact Platforms (`cg.subject.impactPlatform`) to CGSpace
<!-- vim: set sw=2 ts=2: -->