mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-04 22:33:02 +01:00
Update notes for 2017-05-18
This commit is contained in:
parent
13d0b48c8b
commit
feb2893698
@ -187,3 +187,10 @@ dspace=# select * from handle where handle_id=(select max(handle_id) from handle
|
||||
```
|
||||
|
||||
- I've posted on the dspace-test mailing list to see if I can just manually set the `handle_seq` to that value
|
||||
- Actually, it seems I can manually set the handle sequence using:
|
||||
|
||||
```
|
||||
dspace=# select setval('handle_seq',86873);
|
||||
```
|
||||
|
||||
- After that I can create collections just fine, though I'm not sure if it has other side effects
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2017-05-01T16:21:52+02:00"/>
|
||||
<meta property="article:modified_time" content="2017-05-16T10:21:34+03:00"/>
|
||||
<meta property="article:modified_time" content="2017-05-18T01:27:13+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+02:00",
|
||||
"dateModified": "2017-05-16T10:21:34+03:00",
|
||||
"dateModified": "2017-05-18T01:27:13+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’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’m not sure if it has other side effects</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2017-05/</loc>
|
||||
<lastmod>2017-05-16T10:21:34+03:00</lastmod>
|
||||
<lastmod>2017-05-18T01:27:13+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -99,7 +99,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2017-05-16T10:21:34+03:00</lastmod>
|
||||
<lastmod>2017-05-18T01:27:13+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -110,19 +110,19 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2017-05-16T10:21:34+03:00</lastmod>
|
||||
<lastmod>2017-05-18T01:27:13+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||
<lastmod>2017-05-16T10:21:34+03:00</lastmod>
|
||||
<lastmod>2017-05-18T01:27:13+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2017-05-16T10:21:34+03:00</lastmod>
|
||||
<lastmod>2017-05-18T01:27:13+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user