IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15533 for trunk/dbconfig


Ignore:
Timestamp:
Nov 8, 2007, 5:34:06 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.29 (again)

Location:
trunk/dbconfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r15531 r15533  
    2828
    2929???
    30 alter table warpSkyfile add column ingore tinyint after good_frac;
     30alter table warpSkyfile add column ignored tinyint after good_frac;
  • trunk/dbconfig/config.md

    r15342 r15533  
    22    pkg_name        STR     ippdb
    33    pkg_namespace   STR     ippdb
    4     pkg_version     STR     1.1.28
     4    pkg_version     STR     1.1.29
    55END
  • trunk/dbconfig/warp.md

    r15530 r15533  
    1 # $Id: warp.md,v 1.8 2007-11-09 02:56:46 jhoblitt Exp $
     1# $Id: warp.md,v 1.9 2007-11-09 03:34:05 jhoblitt Exp $
    22
    33#
     
    5151    bg_stdev    F64         0.0
    5252    good_frac   F64         0.0     # Key
    53     ignore      BOOL        f       # Key
     53    ignored     BOOL        f       # Key
    5454    fault       S16         0       # Key
    5555END
Note: See TracChangeset for help on using the changeset viewer.