mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2020-09-22
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user