Index: trunk/ippToPsps/test/mkgpc1.sh
===================================================================
--- trunk/ippToPsps/test/mkgpc1.sh	(revision 35224)
+++ trunk/ippToPsps/test/mkgpc1.sh	(revision 37246)
@@ -47,5 +47,6 @@
    bg_stdev REAL,
    ra FLOAT,
-   decl FLOAT
+   decl FLOAT,
+   dateobs DATETIME 
   );
   CREATE TABLE chipRun (
@@ -88,7 +89,9 @@
   );
   CREATE TABLE stackSumSkyfile (
-   stack_id INT
+   stack_id INT,
+   mjd_obs DOUBLE
   );
   CREATE TABLE skycalRun (
+   sky_id INT,
    skycal_id INT,
    stack_id INT
@@ -155,5 +158,5 @@
   echo ntable: $ntable
   if ($ntable != 21) then
-    echo "expected 21 lines (19 tables), but got $ntable, not deleting"
+    echo "expected 21 lines (20 tables), but got $ntable, not deleting"
     exit 2
   endif
