Index: /trunk/ippMonitor/czartool/czarDbSchema.sql
===================================================================
--- /trunk/ippMonitor/czartool/czarDbSchema.sql	(revision 38211)
+++ /trunk/ippMonitor/czartool/czarDbSchema.sql	(revision 38212)
@@ -3,5 +3,5 @@
 -- Host: ippdb01    Database: czardb
 -- ------------------------------------------------------
--- Server version	5.0.77-log
+-- Server version       5.0.77-log
 
 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
@@ -459,4 +459,14 @@
 /*!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 */;
 /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
