Index: trunk/ippMonitor/czartool/czarDbSchema.sql
===================================================================
--- trunk/ippMonitor/czartool/czarDbSchema.sql	(revision 38250)
+++ trunk/ippMonitor/czartool/czarDbSchema.sql	(revision 38261)
@@ -502,5 +502,5 @@
   KEY `fullforceIndex` (`timestamp`,`label`, `dbname`)
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-SET character_set_client = @ssaved_cs_client;
+SET character_set_client = @saved_cs_client;
 --
 -- Table structure for table `chipbackground`
@@ -521,14 +521,4 @@
 SET character_set_client = @saved_cs_client;
 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
-
-CREATE TABLE `fullforce` (
-  `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP,
-  `label` varchar(128) default 'NONE',
-  `pending` bigint(20) NOT NULL,
-  `faults` bigint(20) NOT NULL,
-  `processed` bigint(20) NOT NULL default '0',
-  KEY `ffIndex` (`timestamp`,`label`)
-) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-SET character_set_client = @saved_cs_client;
 
 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
