Add notes for 2017-01-16

This commit is contained in:
Alan Orth 2017-01-16 11:42:52 +02:00
parent b330f417da
commit 77344829e4
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
5 changed files with 60 additions and 1 deletions

View File

@ -160,3 +160,14 @@ nt desc limit 500) to /tmp/journal-titles.csv with csv;
## 2017-01-13
- Add `FOOD SYSTEMS` to CIAT subjects, waiting to merge: https://github.com/ilri/DSpace/pull/296
## 2017-01-16
- Fix the two items Maria found with duplicate mappings with this script:
```
/* 184 in correct mappings: https://cgspace.cgiar.org/handle/10568/78596 */
delete from collection2item where item_id = '80596' and id not in (90792, 90806, 90807);
/* 1 incorrect mapping: https://cgspace.cgiar.org/handle/10568/78658 */
delete from collection2item where id = '91082';
```

View File

@ -28,7 +28,7 @@
<meta itemprop="dateModified" content="2017-01-02T10:43:00&#43;03:00" />
<meta itemprop="wordCount" content="837">
<meta itemprop="wordCount" content="884">
@ -289,6 +289,18 @@ nt desc limit 500) to /tmp/journal-titles.csv with csv;
<li>Add <code>FOOD SYSTEMS</code> to CIAT subjects, waiting to merge: <a href="https://github.com/ilri/DSpace/pull/296">https://github.com/ilri/DSpace/pull/296</a></li>
</ul>
<h2 id="2017-01-16">2017-01-16</h2>
<ul>
<li>Fix the two items Maria found with duplicate mappings with this script:</li>
</ul>
<pre><code>/* 184 in correct mappings: https://cgspace.cgiar.org/handle/10568/78596 */
delete from collection2item where item_id = '80596' and id not in (90792, 90806, 90807);
/* 1 incorrect mapping: https://cgspace.cgiar.org/handle/10568/78658 */
delete from collection2item where id = '91082';
</code></pre>

View File

@ -195,6 +195,18 @@ nt desc limit 500) to /tmp/journal-titles.csv with csv;
&lt;ul&gt;
&lt;li&gt;Add &lt;code&gt;FOOD SYSTEMS&lt;/code&gt; to CIAT subjects, waiting to merge: &lt;a href=&#34;https://github.com/ilri/DSpace/pull/296&#34;&gt;https://github.com/ilri/DSpace/pull/296&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2017-01-16&#34;&gt;2017-01-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix the two items Maria found with duplicate mappings with this script:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;/* 184 in correct mappings: https://cgspace.cgiar.org/handle/10568/78596 */
delete from collection2item where item_id = &#39;80596&#39; and id not in (90792, 90806, 90807);
/* 1 incorrect mapping: https://cgspace.cgiar.org/handle/10568/78658 */
delete from collection2item where id = &#39;91082&#39;;
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>

View File

@ -195,6 +195,18 @@ nt desc limit 500) to /tmp/journal-titles.csv with csv;
&lt;ul&gt;
&lt;li&gt;Add &lt;code&gt;FOOD SYSTEMS&lt;/code&gt; to CIAT subjects, waiting to merge: &lt;a href=&#34;https://github.com/ilri/DSpace/pull/296&#34;&gt;https://github.com/ilri/DSpace/pull/296&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2017-01-16&#34;&gt;2017-01-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix the two items Maria found with duplicate mappings with this script:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;/* 184 in correct mappings: https://cgspace.cgiar.org/handle/10568/78596 */
delete from collection2item where item_id = &#39;80596&#39; and id not in (90792, 90806, 90807);
/* 1 incorrect mapping: https://cgspace.cgiar.org/handle/10568/78658 */
delete from collection2item where id = &#39;91082&#39;;
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>

View File

@ -194,6 +194,18 @@ nt desc limit 500) to /tmp/journal-titles.csv with csv;
&lt;ul&gt;
&lt;li&gt;Add &lt;code&gt;FOOD SYSTEMS&lt;/code&gt; to CIAT subjects, waiting to merge: &lt;a href=&#34;https://github.com/ilri/DSpace/pull/296&#34;&gt;https://github.com/ilri/DSpace/pull/296&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2017-01-16&#34;&gt;2017-01-16&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix the two items Maria found with duplicate mappings with this script:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;/* 184 in correct mappings: https://cgspace.cgiar.org/handle/10568/78596 */
delete from collection2item where item_id = &#39;80596&#39; and id not in (90792, 90806, 90807);
/* 1 incorrect mapping: https://cgspace.cgiar.org/handle/10568/78658 */
delete from collection2item where id = &#39;91082&#39;;
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>