IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2016, 10:01:32 AM (10 years ago)
Author:
heather
Message:

various changes over the past few weeks to fix bugs etc

File:
1 edited

Legend:

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

    r39467 r39764  
    152152        self.scratchDb.execute("ALTER TABLE " + self.scratchDb.dvoImagesTable + " ADD PRIMARY KEY (IMAGE_ID, EXTERN_ID)")
    153153
     154        self.scratchDb.execute("CREATE INDEX externID_index ON dvoImagesFull (EXTERN_ID)")
    154155        self.scratchDb.setImportedThisDvoTable(path)
    155156        return True
Note: See TracChangeset for help on using the changeset viewer.