Update notes

This commit is contained in:
2017-09-10 13:35:51 +03:00
parent a12ae828f6
commit f8fa8a0443
26 changed files with 109 additions and 76 deletions

View File

@ -13,7 +13,7 @@
<meta property="article:published_time" content="2017-05-01T16:21:52&#43;02:00"/>
<meta property="article:modified_time" content="2017-05-01T16:21:52&#43;02:00"/>
<meta property="article:modified_time" content="2017-05-29T13:15:22&#43;03:00"/>
@ -39,7 +39,7 @@
"url": "https://alanorth.github.io/cgspace-notes/2017-05/",
"wordCount": "2412",
"datePublished": "2017-05-01T16:21:52&#43;02:00",
"dateModified": "2017-05-01T16:21:52&#43;02:00",
"dateModified": "2017-05-29T13:15:22&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -209,7 +209,7 @@ $ for item in /home/aorth/10947-1/ITEM@10947-*; do [dspace]/bin/dspace packager
<li>Clean these up in the database using:</li>
</ul>
<pre><code>dspace=# delete from metadatavalue where resource_type_id=2 and text_value=''
<pre><code>dspace=# delete from metadatavalue where resource_type_id=2 and text_value='';
</code></pre>
<ul>