Update notes for 2017-05-18

This commit is contained in:
2017-05-18 10:12:30 +03:00
parent 13d0b48c8b
commit feb2893698
3 changed files with 23 additions and 8 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-16T10:21:34&#43;03:00"/>
<meta property="article:modified_time" content="2017-05-18T01:27:13&#43;03:00"/>
@ -45,9 +45,9 @@
"@type": "BlogPosting",
"headline": "May, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-05/",
"wordCount": "1447",
"wordCount": "1479",
"datePublished": "2017-05-01T16:21:52&#43;02:00",
"dateModified": "2017-05-16T10:21:34&#43;03:00",
"dateModified": "2017-05-18T01:27:13&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -339,6 +339,14 @@ $ for item in /home/aorth/10947-1/ITEM@10947-*; do [dspace]/bin/dspace packager
<ul>
<li>I&rsquo;ve posted on the dspace-test mailing list to see if I can just manually set the <code>handle_seq</code> to that value</li>
<li>Actually, it seems I can manually set the handle sequence using:</li>
</ul>
<pre><code>dspace=# select setval('handle_seq',86873);
</code></pre>
<ul>
<li>After that I can create collections just fine, though I&rsquo;m not sure if it has other side effects</li>
</ul>