IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27962


Ignore:
Timestamp:
May 14, 2010, 4:46:05 PM (16 years ago)
Author:
eugene
Message:

change id name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/staticsky.md

    r27546 r27962  
    22
    33staticskyRun METADATA
    4     ss_id       S64         0       # Primary Key AUTO_INCREMENT
     4    sky_id      S64         0       # Primary Key AUTO_INCREMENT
    55    state       STR         64      # Key
    66    workdir     STR         255
     
    1414
    1515staticskyInput METADATA
    16     ss_id       S64         0       # Primary Key fkey(ss_id) ref staticskyRun(ss_id)
     16    sky_id      S64         0       # Primary Key fkey(sky_id) ref staticskyRun(sky_id)
    1717    stack_id    S64         0       # Primary Key fkey(stack_id) ref stackSumSkyfile(stack_id)
    1818END
    1919
    20 staticSkyResult METADATA
    21     ss_id              S64    0       # Primary Key fkey(ss_id) ref staticskyRun(ss_id)
     20staticskyResult METADATA
     21    sky_id             S64    0       # Primary Key fkey(sky_id) ref staticskyRun(sky_id)
    2222    path_base          STR    255
    2323    dtime_phot         F32    0.0
Note: See TracChangeset for help on using the changeset viewer.