IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11111


Ignore:
Timestamp:
Jan 15, 2007, 3:17:20 PM (19 years ago)
Author:
eugene
Message:

adding missing code field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r11093 r11111  
    1 # $Id: tasks.md,v 1.109 2007-01-15 01:06:02 eugene Exp $
     1# $Id: tasks.md,v 1.110 2007-01-16 01:17:20 eugene 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
    298299END
    299300
     
    307308    b1_uri      STR         255
    308309    b2_uri      STR         255
     310    code        S16         0       # NOT NULL
    309311END
    310312
     
    318320    bg_stdev    F64         0.0
    319321    bg_mean_stdev   F64         0.0
     322    code        S16         0       # NOT NULL
    320323END
    321324
     
    325328    class_id    STR         64      # Primary Key
    326329    norm        F32         0.0
     330    code        S16         0       # NOT NULL
    327331END
    328332
     
    337341    b1_uri      STR         255
    338342    b2_uri      STR         255
     343    code        S16         0       # NOT NULL
    339344END
    340345
     
    348353    b1_uri      STR         255
    349354    b2_uri      STR         255
     355    code        S16         0       # NOT NULL
    350356END
    351357
     
    376382    b1_uri      STR         255
    377383    b2_uri      STR         255
     384    code        S16         0       # NOT NULL
    378385END
    379386
     
    389396    b2_uri      STR         255
    390397    accept      BOOL        f
     398    code        S16         0       # NOT NULL
    391399END
    392400
     
    398406    bg_mean_stdev   F64         0.0
    399407    accept      BOOL        f
    400 END
     408    code        S16         0       # NOT NULL
     409END
Note: See TracChangeset for help on using the changeset viewer.