IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 24, 2013, 4:54:58 PM (14 years ago)
Author:
bills
Message:

define relStack table
add ippRelease.priority
Change ippRelease.state to ippRelease.release_state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/release.md

    r34911 r35048  
    99    surveyID    S32     0   # fkey(surveyID) ref survey(surveyID)
    1010    releaseName STR     64
    11     state       STR     16
     11    release_state STR   16
    1212    dataRelease S32     0
     13    priority    S32     0
    1314END
    1415
     
    2728    time_stamp  UTC     NULL
    2829END
     30
     31relStack METADATA
     32    relstack_id S64     0   # Primary Key AUTO_INCREMENT
     33    rel_id      S32     0   # fkey(rel_id) ref ippRelease(rel_id)
     34    skycal_id   S64     0   # fkey(skycal_id) ref skycalRun(skycal_id)
     35    skycell_id  STR     64
     36    tess_id     STR     64
     37    state       STR     16
     38    flags       U32     0
     39    stack_type  STR     16
     40    zpt_obs     F32     0
     41    zpt_stdev   F32     0
     42    fwhm_major  F32     0
     43    path_base   STR     255
     44    registered  TAI     NULL
     45    time_stamp  TAI     NULL
     46END
Note: See TracChangeset for help on using the changeset viewer.