From 38c2fc7149fc883316ad06cb028e6102159d8261 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 12 Jul 2019 14:05:21 +0300 Subject: [PATCH] Update notes for 2019-03 --- content/posts/2019-03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```