Changes between Version 315 and Version 316 of ippToPsps
- Timestamp:
- Apr 10, 2012, 11:35:41 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v315 v316 312 312 This program simply sets up a scratch database ready for processing. Details of its use can be found [wiki:ippToPsps_ScratchDatabase#Settingupaloadingmachine here]. 313 313 314 == datastoreRemover.py == 315 316 Fairly self-explanatory, this program removes a single batch or a range of batches from the datastore, updating the {{{ippToPsps}}} databases batch table accordingly. Example usage would be: 317 318 319 {{{ 320 ./run.sh datastoreRemover.py newsa3 B00328287 321 }}} 322 323 324 Or for a range of batches: 325 326 327 {{{ 328 ./run.sh datastoreRemover.py newsa3 B00328287 B00328300 329 }}} 330 314 331 = Logging = 315 332
