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` --