Changeset 24439 for branches/pap_mops/ippTools/share/pubtool_pending.sql
- Timestamp:
- Jun 16, 2009, 2:28:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ippTools/share/pubtool_pending.sql
r24438 r24439 16 16 AND publishRun.state = 'new' 17 17 AND diffRun.state = 'full' 18 -- WHERE hook %s 18 19 UNION 19 20 SELECT … … 30 31 AND publishRun.state ='new' 31 32 AND camRun.state = 'full' 33 -- WHERE hook %s 32 34 ) AS publishToDo 33 35 LEFT JOIN publishDone USING(pub_id)
Note:
See TracChangeset
for help on using the changeset viewer.
