IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11112


Ignore:
Timestamp:
Jan 16, 2007, 12:19:30 PM (19 years ago)
Author:
jhoblitt
Message:

rename .code fields to .fault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r11111 r11112  
    1 # $Id: tasks.md,v 1.110 2007-01-16 01:17:20 eugene Exp $
     1# $Id: tasks.md,v 1.111 2007-01-16 22:19:30 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    296296    b1_uri      STR         255
    297297    b2_uri      STR         255
    298     code        S16         0       # NOT NULL
     298    fault       S16         0       # NOT NULL
    299299END
    300300
     
    308308    b1_uri      STR         255
    309309    b2_uri      STR         255
    310     code        S16         0       # NOT NULL
     310    fault       S16         0       # NOT NULL
    311311END
    312312
     
    320320    bg_stdev    F64         0.0
    321321    bg_mean_stdev   F64         0.0
    322     code        S16         0       # NOT NULL
     322    fault       S16         0       # NOT NULL
    323323END
    324324
     
    328328    class_id    STR         64      # Primary Key
    329329    norm        F32         0.0
    330     code        S16         0       # NOT NULL
     330    fault       S16         0       # NOT NULL
    331331END
    332332
     
    341341    b1_uri      STR         255
    342342    b2_uri      STR         255
    343     code        S16         0       # NOT NULL
     343    fault       S16         0       # NOT NULL
    344344END
    345345
     
    353353    b1_uri      STR         255
    354354    b2_uri      STR         255
    355     code        S16         0       # NOT NULL
     355    fault       S16         0       # NOT NULL
    356356END
    357357
     
    382382    b1_uri      STR         255
    383383    b2_uri      STR         255
    384     code        S16         0       # NOT NULL
     384    fault       S16         0       # NOT NULL
    385385END
    386386
     
    396396    b2_uri      STR         255
    397397    accept      BOOL        f
    398     code        S16         0       # NOT NULL
     398    fault       S16         0       # NOT NULL
    399399END
    400400
     
    406406    bg_mean_stdev   F64         0.0
    407407    accept      BOOL        f
    408     code        S16         0       # NOT NULL
    409 END
     408    fault       S16         0       # NOT NULL
     409END
Note: See TracChangeset for help on using the changeset viewer.