IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2011, 9:12:57 AM (15 years ago)
Author:
rhenders
Message:

Changes reflecting those in the schema

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/config/init/tables.xml

    r28226 r31330  
    99  <table name="FitModel">
    1010    <column name="fitModelID" type="TSHORT" default="0" comment="indentifier of alternate model fit"></column>
     11    <column name="name" type="TSTRING" default=" " comment="model name"></column>
    1112    <column name="description" type="TSTRING" default=" " comment="string describing the model"></column>
    1213    <column name="param1" type="TSTRING" default=" " comment="description of model parameter 1"></column>
     
    5657  <table name="Survey">
    5758    <column name="surveyID" type="TBYTE" default="0" comment="index of survey type"></column>
     59    <column name="name" type="TSTRING" default=" " comment="survey name"></column>
    5860    <column name="description" type="TSTRING" default=" " comment="survey description"></column>
    59     <column name="name" type="TSTRING" default=" " comment="survey name"></column>
    6061  </table>
    6162  <table name="CameraConfig">
     
    110111  <table name="StackType">
    111112    <column name="stackTypeID" type="TBYTE" default="0" comment="stack type identifier"></column>
    112     <column name="description" type="TSTRING" default=" " comment="survey description"></column>
     113    <column name="name" type="TSTRING" default=" " comment="stack type name"></column>
     114    <column name="description" type="TSTRING" default=" " comment="stack type description"></column>
    113115  </table>
    114116  <table name="ImageFlags">
Note: See TracChangeset for help on using the changeset viewer.