Changeset 38261 for trunk/ippMonitor
- Timestamp:
- May 13, 2015, 10:18:30 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/czartool/czarDbSchema.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czarDbSchema.sql
r38250 r38261 502 502 KEY `fullforceIndex` (`timestamp`,`label`, `dbname`) 503 503 ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 504 SET character_set_client = @s saved_cs_client;504 SET character_set_client = @saved_cs_client; 505 505 -- 506 506 -- Table structure for table `chipbackground` … … 521 521 SET character_set_client = @saved_cs_client; 522 522 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; 523 524 CREATE TABLE `fullforce` (525 `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP,526 `label` varchar(128) default 'NONE',527 `pending` bigint(20) NOT NULL,528 `faults` bigint(20) NOT NULL,529 `processed` bigint(20) NOT NULL default '0',530 KEY `ffIndex` (`timestamp`,`label`)531 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;532 SET character_set_client = @saved_cs_client;533 523 534 524 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
Note:
See TracChangeset
for help on using the changeset viewer.
