Changeset 16140

Show
Ignore:
Timestamp:
09/07/08 17:44:12 (6 months ago)
Author:
kmr
Message:

Change modmine model to use Date fields for experimentDate and
publicReleaseDate.
Refs #1713.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/modmine/dbmodel/resources/modencode-metadata_additions.xml

    r16038 r16140  
    4242        <attribute name="qualityControl" type="java.lang.String" /> 
    4343        <attribute name="replicate" type="java.lang.String" /> 
    44         <attribute name="experimentDate" type="java.lang.String" /> 
    45         <attribute name="publicReleaseDate" type="java.lang.String" /> 
    46         <!-- temp. changed to string...  
    47     <attribute name="experimentDate" type="java.util.Date" /> 
    48     <attribute name="publicReleaseDate" type="java.util.Date" /> 
    49     --> 
     44                <attribute name="experimentDate" type="java.util.Date" /> 
     45                <attribute name="publicReleaseDate" type="java.util.Date" /> 
    5046        <reference name="organism" 
    5147            referenced-type="org.flymine.model.genomic.Organism" />