IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2010, 2:34:00 PM (16 years ago)
Author:
rhenders
Message:

Changes to incorporate 'flag' tables in IN batch

File:
1 edited

Legend:

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

    r28073 r28226  
    112112    <column name="description" type="TSTRING" default=" " comment="survey description"></column>
    113113  </table>
     114  <table name="ImageFlags">
     115    <column name="name" type="TSTRING" default=" " comment="Name of flag"></column>
     116    <column name="value" type="TLONGLONG" default="0" comment="Flag value"></column>
     117    <column name="description" type="TSTRING" default=" " comment="Description of the flag"></column>
     118  </table>
     119  <table name="DetectionFlags">
     120    <column name="name" type="TSTRING" default=" " comment="Name of flag"></column>
     121    <column name="value" type="TLONGLONG" default="0" comment="Flag value"></column>
     122    <column name="description" type="TSTRING" default=" " comment="Description of the flag"></column>
     123  </table>
    114124</tableDescriptions>
Note: See TracChangeset for help on using the changeset viewer.