IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2013, 1:22:47 PM (13 years ago)
Author:
eugene
Message:

add an index to stackdetection; give an error message for failed attempts to kill the mysql connection

File:
1 edited

Legend:

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

    r35171 r35222  
    846846        #self.scratchDb.makeColumnUnique("StackDetection", "objID")
    847847        self.scratchDb.createIndex("StackDetection", "ippDetectID")
     848        self.scratchDb.createIndex("StackDetection", "stackDetectID")
    848849        self.scratchDb.createIndex("StackApFlx", "ippDetectID")
    849850        self.scratchDb.createIndex("StackModelFit", "ippDetectID")
Note: See TracChangeset for help on using the changeset viewer.