Index: branches/eam_branches/ipp-20110710/dbconfig/README
===================================================================
--- branches/eam_branches/ipp-20110710/dbconfig/README	(revision 32338)
+++ branches/eam_branches/ipp-20110710/dbconfig/README	(revision 32338)
@@ -0,0 +1,16 @@
+Heather can't find instructions on how to change/update the database schemas,
+so she's writing this to make it easier for others to change.
+
+Suppose you add a new table or column or something to the database.  You will
+need to do 3 things to properly set it up:
+
+
+1. in dbconfig dir: add newtable.md, and add include(newtable.md) into ipp.m4
+   If the table already exists, and you are just modifying it, you just need to
+   edit the oldtable.md
+
+2. figure out what changes are needed to get the gpc1/isp up to the current
+schema.  Add those changes at the bottom of changes.txt, and modify gpc1/isp.
+
+3. edit ippTools/share/pxadmin_create_tables.sql.  This is the sql that creates
+an empty database.
Index: branches/eam_branches/ipp-20110710/pstamp/scripts/pstampparse.pl
===================================================================
--- branches/eam_branches/ipp-20110710/pstamp/scripts/pstampparse.pl	(revision 32337)
+++ branches/eam_branches/ipp-20110710/pstamp/scripts/pstampparse.pl	(revision 32338)
@@ -148,4 +148,7 @@
     } elsif ($lcname =~ /qub/) {
         $label = "QUB";
+        $label_changed = 1;
+    } elsif ($lcname =~ /pypstamp/) {
+        $label = "PY";
         $label_changed = 1;
     }
