mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2018-02-17
This commit is contained in:
@ -23,7 +23,7 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl
|
||||
|
||||
<meta property="article:published_time" content="2018-02-01T16:28:54+02:00"/>
|
||||
|
||||
<meta property="article:modified_time" content="2018-02-15T22:31:11+02:00"/>
|
||||
<meta property="article:modified_time" content="2018-02-15T22:36:01+02:00"/>
|
||||
|
||||
|
||||
|
||||
@ -47,7 +47,7 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl
|
||||
|
||||
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.36" />
|
||||
<meta name="generator" content="Hugo 0.36.1" />
|
||||
|
||||
|
||||
|
||||
@ -57,9 +57,9 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl
|
||||
"@type": "BlogPosting",
|
||||
"headline": "February, 2018",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2018-02/",
|
||||
"wordCount": "3727",
|
||||
"wordCount": "3796",
|
||||
"datePublished": "2018-02-01T16:28:54+02:00",
|
||||
"dateModified": "2018-02-15T22:31:11+02:00",
|
||||
"dateModified": "2018-02-15T22:36:01+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -768,6 +768,18 @@ UPDATE 1
|
||||
2018 104.196.152.243
|
||||
</code></pre>
|
||||
|
||||
<h2 id="2018-02-17">2018-02-17</h2>
|
||||
|
||||
<ul>
|
||||
<li>Peter pointed out that we had an incorrect sponsor in the controlled vocabulary: <code>U.S. Agency for International Development</code> → <code>United States Agency for International Development</code></li>
|
||||
<li>I made a pull request to fix it ((#354)[<a href="https://github.com/ilri/DSpace/pull/354]">https://github.com/ilri/DSpace/pull/354]</a>)</li>
|
||||
<li>I should remember to update existing values in PostgreSQL too:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>dspace=# update metadatavalue set text_value='United States Agency for International Development' where resource_type_id=2 and metadata_field_id=29 and text_value like '%U.S. Agency for International Development%';
|
||||
UPDATE 2
|
||||
</code></pre>
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user