diff --git a/content/posts/2019-03.md b/content/posts/2019-03.md index cf0cda7ab..102d179bf 100644 --- a/content/posts/2019-03.md +++ b/content/posts/2019-03.md @@ -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 ```