Update notes for 2019-07-12

This commit is contained in:
2019-07-12 17:07:22 +03:00
parent 38c2fc7149
commit e459decb03
4 changed files with 63 additions and 12 deletions

View File

@ -25,7 +25,7 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-03/" />
<meta property="article:published_time" content="2019-03-01T12:16:30&#43;01:00"/>
<meta property="article:modified_time" content="2019-04-01T17:02:54&#43;03:00"/>
<meta property="article:modified_time" content="2019-07-12T14:05:21&#43;03:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="March, 2019"/>
@ -57,7 +57,7 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-03\/",
"wordCount": "7105",
"datePublished": "2019-03-01T12:16:30\x2b01:00",
"dateModified": "2019-04-01T17:02:54\x2b03:00",
"dateModified": "2019-07-12T14:05:21\x2b03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -490,7 +490,7 @@ Detail: Key (bitstream_id)=(164496) is still referenced from table &quot;bundle&
<li><p>The solution is, as always:</p>
<pre><code># 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
</code></pre></li>
</ul>