<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:34:01 JST 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[INSTRM-1308] Additional columns in `fiducial_fiber_geometry`</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1308</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;`fiducial_fiber_geometry` needs additional columns to store information at different elevation and temperature. Add `elevation` and `ambient_temp` to the table. Also, The primery key should be a combination of fiducial_fiber_id and something which specifies (elevation, ambient_temp). Add e.g. `fiducial_fiber_calib_id` making a new table `fiducial_fiber_calib`.&lt;/p&gt;</description>
                <environment></environment>
        <key id="16916">INSTRM-1308</key>
            <summary>Additional columns in `fiducial_fiber_geometry`</summary>
                <type id="3" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10518&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/major.svg">Major</priority>
                        <status id="10002" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="The issue is resolved, reviewed, and merged">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="kiyoto.yabe">Kiyoto Yabe</assignee>
                                    <reporter username="kiyoto.yabe">Kiyoto Yabe</reporter>
                        <labels>
                            <label>opDB</label>
                    </labels>
                <created>Wed, 30 Jun 2021 08:29:39 +0000</created>
                <updated>Wed, 14 Jul 2021 22:58:30 +0000</updated>
                            <resolved>Wed, 14 Jul 2021 22:58:30 +0000</resolved>
                                                                    <component>spt_operational_database</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="21622" author="kiyoto.yabe" created="Wed, 30 Jun 2021 12:51:05 +0000"  >&lt;p&gt;fix pushed.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Table &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;public&lt;/span&gt;.fiducial_fiber_calib&quot;&lt;/span&gt; &#160;&#160; &#160; &#160; &#160; 
Column&#160; &#160; &#160; &#160; &#160; |&#160; &#160; &#160; &#160; &#160; &#160; Type &#160; &#160; &#160; &#160; &#160; &#160; | Collation | Nullable |&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Default &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 
-------------------------+-----------------------------+-----------+----------+----------------------------------------------------------------------- 
fiducial_fiber_calib_id | integer &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; | &#160; &#160; &#160; &#160; &#160; | not &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; | nextval(&lt;span class=&quot;code-quote&quot;&gt;&apos;fiducial_fiber_calib_fiducial_fiber_calib_id_seq&apos;&lt;/span&gt;::regclass) 
calibrated_at &#160; &#160; &#160; &#160; &#160; | timestamp without time zone | &#160; &#160; &#160; &#160; &#160; |&#160; &#160; &#160; &#160; &#160; | 
comments&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; | character varying &#160; &#160; &#160; &#160; &#160; | &#160; &#160; &#160; &#160; &#160; |&#160; &#160; &#160; &#160; &#160; | 
Indexes:
 &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;fiducial_fiber_calib_pkey&quot;&lt;/span&gt; PRIMARY KEY, btree (fiducial_fiber_calib_id) 
Referenced by:
 &#160; &#160; TABLE &lt;span class=&quot;code-quote&quot;&gt;&quot;fiducial_fiber_geometry&quot;&lt;/span&gt; CONSTRAINT &lt;span class=&quot;code-quote&quot;&gt;&quot;fiducial_fiber_geometry_fiducial_fiber_calib_id_fkey&quot;&lt;/span&gt; FOREIGN KEY (fiducial_fiber_calib_id) REFERENCES fiducial_fiber_calib(fiducial_fiber_calib_id)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; Table &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;public&lt;/span&gt;.fiducial_fiber_geometry&quot;&lt;/span&gt; &#160;&#160; &#160; &#160; &#160; 
Column&#160; &#160; &#160; &#160; &#160; |&#160; Type &#160; | Collation | Nullable | Default 
-------------------------+---------+-----------+----------+--------- 
fiducial_fiber_id &#160; &#160; &#160; | integer | &#160; &#160; &#160; &#160; &#160; | not &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; | 
fiducial_fiber_calib_id | integer | &#160; &#160; &#160; &#160; &#160; | not &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; | 
ff_center_on_pfi_x_mm &#160; | real&#160; &#160; | &#160; &#160; &#160; &#160; &#160; |&#160; &#160; &#160; &#160; &#160; | 
ff_center_on_pfi_y_mm &#160; | real&#160; &#160; | &#160; &#160; &#160; &#160; &#160; |&#160; &#160; &#160; &#160; &#160; | 
elevation &#160; &#160; &#160; &#160; &#160; &#160; &#160; | real&#160; &#160; | &#160; &#160; &#160; &#160; &#160; |&#160; &#160; &#160; &#160; &#160; | 
ambient_temp&#160; &#160; &#160; &#160; &#160; &#160; | real&#160; &#160; | &#160; &#160; &#160; &#160; &#160; |&#160; &#160; &#160; &#160; &#160; | 
Indexes:
 &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;fiducial_fiber_geometry_pkey&quot;&lt;/span&gt; PRIMARY KEY, btree (fiducial_fiber_id, fiducial_fiber_calib_id) 
Foreign-key constraints:
 &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;fiducial_fiber_geometry_fiducial_fiber_calib_id_fkey&quot;&lt;/span&gt; FOREIGN KEY (fiducial_fiber_calib_id) REFERENCES fiducial_fiber_calib(fiducial_fiber_calib_id)
 &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;fiducial_fiber_geometry_fiducial_fiber_id_fkey&quot;&lt;/span&gt; FOREIGN KEY (fiducial_fiber_id) REFERENCES fiducial_fiber(fiducial_fiber_id)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|zzs8fs:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>