Project

General

Profile

« Previous | Next » 

Revision 6745

use correct "rev" column in xml_revisions table

View differences:

src/edu/ucsb/nceas/metacat/IdentifierManager.java
530 530
        		"where docid not in " +
531 531
        		"(select docid from identifier where guid in (select guid from systemmetadata))";
532 532
        
533
        String revisionSql = "select docid, revisionid from xml_revisions " +
533
        String revisionSql = "select docid, rev from xml_revisions " +
534 534
				"where docid not in " +
535 535
				"(select docid from identifier where guid in (select guid from systemmetadata))";
536 536
        

Also available in: Unified diff