mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2024-03-11
This commit is contained in:
@ -89,4 +89,12 @@ DELETE FROM metadatavalue WHERE dspace_object_id IN (SELECT uuid FROM item) AND
|
||||
COMMIT;
|
||||
```
|
||||
|
||||
- I deployed the change to disable Angular SSR's `inlineCriticalCss` on production because we had heavy load on the frontend and I've been meaning to do this permanently for some time
|
||||
- Maria asked me for a CSV with all the broken Bioversity permalinks so I exported them for her:
|
||||
|
||||
```console
|
||||
$ csvcut -c 'id,dc.title[en_US],dc.identifier.uri[en_US],cg.link.permalink[en_US]' ~/Downloads/2024-03-05-cgspace.csv \
|
||||
| csvgrep -c 'cg.link.permalink[en_US]' -r '^.+$' > /tmp/2024-03-11-Bioversity-Permalinks.csv
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user