diff --git a/sql/schema-0.sql b/sql/schema-0.sql index d64aae5..81258e5 100644 --- a/sql/schema-0.sql +++ b/sql/schema-0.sql @@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS `log` ( `log_remote_ip` varchar(32) 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_end_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', + `log_end_time` timestamp NOT NULL DEFAULT NULL, `log_received` float NOT NULL DEFAULT '0', `log_send` float NOT NULL DEFAULT '0', PRIMARY KEY (`log_id`),