IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 30, 2015, 5:20:30 PM (11 years ago)
Author:
watersc1
Message:

Actually populate DiffDetection table, after noting that imageID in mkcmf is the diff_skyfile_id. Fix incorrect column uniqueness.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/diffbatch.py

    r39015 r39016  
    533533        self.logger.debug("Altering PSPS tables")
    534534        self.logger.debug("Creating indexes on PSPS tables")
    535         self.scratchDb.makeColumnUnique("DiffDetection", "diffObjID")
     535        self.scratchDb.makeColumnUnique("DiffDetection", "diffDetID")
    536536        self.scratchDb.makeColumnPrimaryKey("DiffDetection", "ippDetectID")
    537537
Note: See TracChangeset for help on using the changeset viewer.