IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23504


Ignore:
Timestamp:
Mar 24, 2009, 4:55:47 PM (17 years ago)
Author:
Paul Price
Message:

Stack_id values should be NULL instead of zero, to avoid foreign key problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/difftool_definewarpwarp_insert.sql

    r23502 r23504  
    44    skycell_id,
    55    %s,                         -- input warp_id
    6     0,                          -- input stack_id
     6    NULL,                       -- input stack_id
    77    %s,                         -- template warp_id
    8     0,                          -- template stack_id
     8    NULL,                       -- template stack_id
    99    tess_id,
    1010    0                           -- diff_skyfile_id
Note: See TracChangeset for help on using the changeset viewer.