- Timestamp:
- Aug 2, 2014, 6:16:07 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/objectbatch.py
r37129 r37175 84 84 ''' 85 85 def alterPspsTables(self): 86 87 # XXX EAM 2014.07.24 : why is this no longer needed?88 # dec is reserved in MySQL, so STILTS replaces if with dec_, which PSPS doesn't like. so, force it back again using ``89 # self.scratchDb.execute("ALTER TABLE MeanObject CHANGE dec_ `dec` double")90 # self.scratchDb.execute("ALTER TABLE ObjectThin CHANGE dec_ `dec` double")91 86 92 87 return True
Note:
See TracChangeset
for help on using the changeset viewer.
