LEVEILLE Cédric
2016-01-18 cfc79e73e49fdb1f3cc3e80238011c8c1b9dd7dd
install/sql/ispconfig3.sql
@@ -638,6 +638,20 @@
-- --------------------------------------------------------
--
-- Table structure for table  `ftp_traffic`
--
CREATE TABLE `ftp_traffic` (
  `hostname` varchar(255) NOT NULL,
  `traffic_date` date NOT NULL,
  `in_bytes` bigint(32) unsigned NOT NULL,
  `out_bytes` bigint(32) unsigned NOT NULL,
  PRIMARY KEY (`hostname`,`traffic_date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `help_faq`
--