1
0
mirror of https://github.com/alanorth/cgspace-notes.git synced 2025-01-27 05:49:12 +01:00

Update notes for 2019-03

This commit is contained in:
2019-07-12 14:05:21 +03:00
parent 1738fa69ec
commit 38c2fc7149

@ -318,7 +318,7 @@ Error: ERROR: update or delete on table "bitstream" violates foreign key constra
```
# su - postgres
$ psql dspacetest -c 'update bundle set primary_bitstream_id=NULL where primary_bitstream_id in (164496);'
$ psql dspace -c 'update bundle set primary_bitstream_id=NULL where primary_bitstream_id in (164496);'
UPDATE 1
```