Index: /branches/pap/ippTools/share/pxadmin_create_tables.sql
===================================================================
--- /branches/pap/ippTools/share/pxadmin_create_tables.sql	(revision 23520)
+++ /branches/pap/ippTools/share/pxadmin_create_tables.sql	(revision 23521)
@@ -250,6 +250,4 @@
 ENGINE=innodb DEFAULT CHARSET=latin1;
 
-CREATE TABLE guidePendingExp (guide_id BIGINT AUTO_INCREMENT, exp_id BIGINT, recipe VARCHAR(64), PRIMARY KEY(guide_id), KEY(guide_id), KEY(exp_id)) ENGINE=innodb DEFAULT CHARSET=latin1;
-
 CREATE TABLE chipRun (
     chip_id BIGINT AUTO_INCREMENT,
@@ -1235,5 +1233,5 @@
 
 CREATE TABLE distTarget (
-    target_id   BIGINT AUTO_INCREMENT, 
+    target_id   BIGINT AUTO_INCREMENT,
     obs_mode    VARCHAR(64),
     stage       VARCHAR(64),
@@ -1263,5 +1261,5 @@
 
 CREATE TABLE distComponent (
-    dist_id     BIGINT, 
+    dist_id     BIGINT,
     component   VARCHAR(64),
     bytes       INT,
@@ -1335,4 +1333,4 @@
 
 
--- This comment line is here to avoid empty query error. 
+-- This comment line is here to avoid empty query error.
 -- Another way to avoid that problem is to omit the semicolon above but I think that is untidy.
Index: /branches/pap/ippTools/share/pxadmin_drop_tables.sql
===================================================================
--- /branches/pap/ippTools/share/pxadmin_drop_tables.sql	(revision 23520)
+++ /branches/pap/ippTools/share/pxadmin_drop_tables.sql	(revision 23521)
@@ -1,3 +1,4 @@
 SET FOREIGN_KEY_CHECKS=0;
+
 DROP TABLE IF EXISTS pzDataStore;
 DROP TABLE IF EXISTS summitExp;
@@ -9,5 +10,4 @@
 DROP TABLE IF EXISTS rawExp;
 DROP TABLE IF EXISTS rawImfile;
-DROP TABLE IF EXISTS guidePendingExp;
 DROP TABLE IF EXISTS chipRun;
 DROP TABLE IF EXISTS chipProcessedImfile;
