Changeset 28319 for trunk/ippTools/share/pubtool_pending.sql
- Timestamp:
- Jun 14, 2010, 5:02:11 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/pubtool_pending.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/pubtool_pending.sql
r27052 r28319 26 26 AND publishClient.active = 1 27 27 AND publishRun.state = 'new' 28 AND diffRun.state = 'full'28 AND diffRun.state IN ('full', 'cleaned', 'goto_cleaned') 29 29 AND (diffRun.magicked > 0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0) 30 30 -- WHERE hook %s … … 47 47 AND publishClient.active = 1 48 48 AND publishRun.state ='new' 49 AND camRun.state = 'full'49 AND camRun.state IN ('full', 'cleaned', 'goto_cleaned') 50 50 AND (camRun.magicked > 0 OR publishClient.magicked = 0) 51 51 -- WHERE hook %s
Note:
See TracChangeset
for help on using the changeset viewer.
