Changeset 28428 for trunk/ippTools/share
- Timestamp:
- Jun 22, 2010, 10:02:25 PM (16 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 6 edited
-
diffphottool_advance.sql (modified) (1 diff)
-
diffphottool_input.sql (modified) (1 diff)
-
diffphottool_pending.sql (modified) (1 diff)
-
pubtool_definerun.sql (modified) (1 diff)
-
pubtool_pending.sql (modified) (1 diff)
-
pxadmin_create_tables.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/diffphottool_advance.sql
r28414 r28428 1 1 SELECT 2 diff_phot_id 2 diff_phot_id, 3 magicked 3 4 FROM diffPhotRun 4 5 JOIN diffSkyfile USING(diff_id) -
trunk/ippTools/share/diffphottool_input.sql
r28367 r28428 2 2 diffPhotRun.*, 3 3 diffSkyfile.path_base, 4 diffSkyfile.magicked, 4 5 diffRun.bothways, 5 6 rawExp.camera -
trunk/ippTools/share/diffphottool_pending.sql
r28367 r28428 9 9 WHERE diffPhotSkyfile.skycell_id IS NULL 10 10 AND diffRun.state = 'full' 11 AND diffSkyfile.magicked >= 0 11 12 AND diffSkyfile.fault = 0 12 13 AND diffSkyfile.quality = 0 -
trunk/ippTools/share/pubtool_definerun.sql
r28411 r28428 56 56 AND publishClient.active = 1 57 57 AND diffPhotRun.state IN ('full', 'cleaned', 'goto_cleaned') 58 AND (diff Run.diff_mode = 4 OR publishClient.magicked = 0) -- diffPhotRun doesn't respect magic58 AND (diffPhotRun.magicked != 0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0) 59 59 -- WHERE hook %s 60 60 ) AS publishToDo -
trunk/ippTools/share/pubtool_pending.sql
r28411 r28428 74 74 AND publishRun.state = 'new' 75 75 AND diffPhotRun.state IN ('full', 'cleaned', 'goto_cleaned') 76 AND (diff Run.diff_mode = 4 OR publishClient.magicked = 0) -- diffPhotRun doesn't respect magic76 AND (diffPhotRun.magicked != 0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0) 77 77 -- WHERE hook %s 78 78 ) AS publishToDo -
trunk/ippTools/share/pxadmin_create_tables.sql
r28375 r28428 1755 1755 quality SMALLINT NOT NULL, -- bad quality flag 1756 1756 software_ver VARCHAR(16), -- software version 1757 magicked BIGINT NOT NULL DEFAULT 0, -- magic mask applied 1757 1758 PRIMARY KEY(diff_phot_id, skycell_id), 1758 1759 KEY(fault),
Note:
See TracChangeset
for help on using the changeset viewer.
