Index: trunk/ippToPsps/config/ippToPspsDbSchema.sql
===================================================================
--- trunk/ippToPsps/config/ippToPspsDbSchema.sql	(revision 37739)
+++ trunk/ippToPsps/config/ippToPspsDbSchema.sql	(revision 37917)
@@ -221,4 +221,9 @@
 -- Table structure for table `pending`
 --
+-- i had to do this to get uniqueness prob sorted out:
+
+--show index from pending;
+--alter table pending drop index `name`;
+--where name was broken becaue it only indedxed stage idg
 
 DROP TABLE IF EXISTS `pending`;
