- Timestamp:
- Jan 12, 2010, 2:07:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/warptool_change_skyfile_data_state.sql
r23418 r26567 1 1 -- handle changes in warpSkyfile.data_state. 2 -- Used for the modes to cleanedskyfile and topurgedskyfile3 -- args are new data_state, warp_id, skycell_id and current expected state for warpRun2 -- Used for the modes tofullskyfile, tocleanedskyfile and topurgedskyfile 3 -- args are new data_state, string for magic hook, warp_id, skycell_id and current expected state for warpRun 4 4 UPDATE warpSkyfile 5 JOIN warpRun USING(warp_id) 6 JOIN fakeRun USING(fake_id) 7 JOIN camRun USING(cam_id) 8 JOIN chipRun USING(chip_id) 5 9 SET 6 10 data_state = '%s' 11 -- set magicked hook %s 7 12 WHERE 8 13 warp_id = %lld
Note:
See TracChangeset
for help on using the changeset viewer.
