mcramer
2009-06-08 a73335376ec33249486e9c38dd890043ecd3ae30
install/sql/ispconfig3.sql
@@ -1019,6 +1019,20 @@
-- --------------------------------------------------------
--
-- Table structure for table  `web_traffic`
--
CREATE TABLE `web_traffic` (
  `hostname` varchar(255) NOT NULL,
  `traffic_date` date NOT NULL,
  `traffic_bytes` bigint(32) unsigned NOT NULL default '0',
  PRIMARY KEY  (`hostname`,`traffic_date`)
) ENGINE=MyISAM;
-- --------------------------------------------------------
--
-- Table structure for table  `attempts_login`
--