From: Roland Häder Date: Sat, 3 Nov 2012 22:21:26 +0000 (+0000) Subject: Default is one X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=9e64a871084de96e242b833dc2f3fe128fc96d6c Default is one --- diff --git a/inc/extensions/ext-sql_patches.php b/inc/extensions/ext-sql_patches.php index c94e143f07..30bb078be9 100644 --- a/inc/extensions/ext-sql_patches.php +++ b/inc/extensions/ext-sql_patches.php @@ -943,7 +943,7 @@ INDEX (`history_last_used` DESC)", `server_name_remote_addr` VARCHAR (15) NOT NULL DEFAULT '0.0.0.0', `server_name_ua` TINYTEXT NULL DEFAULT NULL, `server_name_referrer` TINYTEXT NULL DEFAULT NULL, -`server_name_counter` BIGINT (20) NOT NULL DEFAULT 0, +`server_name_counter` BIGINT (20) NOT NULL DEFAULT 1, PRIMARY KEY (`server_name_id`) ", 'Logging of wrong SERVER_NAME');