Skip to content
Snippets Groups Projects
Commit d3e79ef3 authored by tjc's avatar tjc
Browse files

remove nullValue for object_id

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@4272 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 7b0b77bb
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
class="uk.ac.sanger.artemis.chado.ChadoFeature">
<result property="timelastmodified" column="timelastmodified"/>
<result property="id" column="id"/>
<result property="object_id" column="object_id" nullValue="-1"/>
<result property="object_id" column="object_id"/>
<result property="strand" column="strand" nullValue="0"/>
<result property="fmin" column="fmin" nullValue="-1"/>
<result property="fmax" column="fmax" nullValue="0"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment