Update notes for 2020-09-22

This commit is contained in:
2020-09-22 14:14:18 +03:00
parent 58291c1c9c
commit 53cdf18622
22 changed files with 44 additions and 27 deletions

View File

@ -334,6 +334,15 @@ dspacestatistics=# SELECT SUM(downloads) FROM items;
13979911
(1 row)
```
- I deleted "Report" from twelve items that had it in their peer review field:
```
dspace=# BEGIN;
BEGIN
dspace=# DELETE FROM metadatavalue WHERE text_value='Report' AND resource_type_id=2 AND metadata_field_id=68;
DELETE 12
dspace=# COMMIT;
```
- Last week Natalia from CIAT had asked me to download all the PDFs for a certain query:
- items with status "Open Access"