From c655a84772a3b7ce3c01001a811b6dee82ed7e9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 3 Nov 2012 21:43:20 +0000 Subject: [PATCH] Opps :( --- inc/extensions/ext-sql_patches.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/extensions/ext-sql_patches.php b/inc/extensions/ext-sql_patches.php index e495e91c03..72fa99753d 100644 --- a/inc/extensions/ext-sql_patches.php +++ b/inc/extensions/ext-sql_patches.php @@ -940,7 +940,7 @@ INDEX (`history_last_used` DESC)", `server_name_id` BIGINT (20) NOT NULL AUTO_INCREMENT, `server_name` VARCHAR (255) NOT NULL DEFAULT 'invalid', `server_name_added` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, -PRIMARY_KEY (`server_name_id`) +PRIMARY KEY (`server_name_id`) ", 'Logging of wrong SERVER_NAME'); // Update notes (these will be set as task text!) -- 2.39.5