Fix init script

This commit is contained in:
Florian Bigard 2017-07-26 16:30:00 +02:00
parent 28c21366d5
commit 0232d928af

View File

@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS `log` (
`log_remote_ip` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL, `log_remote_ip` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
`log_remote_port` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL, `log_remote_port` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL,
`log_start_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `log_start_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`log_end_time` timestamp NOT NULL DEFAULT NULL, `log_end_time` timestamp NULL DEFAULT NULL,
`log_received` float NOT NULL DEFAULT '0', `log_received` float NOT NULL DEFAULT '0',
`log_send` float NOT NULL DEFAULT '0', `log_send` float NOT NULL DEFAULT '0',
PRIMARY KEY (`log_id`), PRIMARY KEY (`log_id`),