Update notes for 2019-03

This commit is contained in:
Alan Orth 2019-07-12 14:05:21 +03:00
parent 1738fa69ec
commit 38c2fc7149
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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
```