IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23384


Ignore:
Timestamp:
Mar 18, 2009, 10:13:41 AM (17 years ago)
Author:
bills
Message:

add hook for updating chipProcessedImfile.magicked

File:
1 edited

Legend:

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

    r23278 r23384  
    11-- handle changes in data_state. Used for the modes tocleanedimfile and topurgedimfile
    2 -- args are new data_state, chip_id, class_id, and current expected state for chipRun
     2-- args are new data_state, a possibly empty string for updating the magicked state,
     3-- chip_id and class_id
    34UPDATE chipProcessedImfile
     5JOIN rawImfile USING(exp_id, class_id)
    46    SET
    5     data_state = '%s'
     7    chipProcessedImfile.data_state = '%s'
     8    -- set magicked hook %s
    69WHERE
    710    chip_id = %lld
Note: See TracChangeset for help on using the changeset viewer.