IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2013, 4:18:26 PM (13 years ago)
Author:
bills
Message:

in relStack table remove requirement for skycal_id and add stack_id so that
entries can be added after stacks are processed but before photometry
is run and they are calibrated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/release.md

    r35048 r35152  
    3232    relstack_id S64     0   # Primary Key AUTO_INCREMENT
    3333    rel_id      S32     0   # fkey(rel_id) ref ippRelease(rel_id)
    34     skycal_id   S64     0   # fkey(skycal_id) ref skycalRun(skycal_id)
     34    stack_id    S64     0   # fkey(stack_id) ref stackRun(stack_id)
    3535    skycell_id  STR     64
    3636    tess_id     STR     64
Note: See TracChangeset for help on using the changeset viewer.