From 09e703d7c30e79e8891c4333cca1c07a10956837 Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Fri, 22 Apr 2016 17:54:14 +1200 Subject: [PATCH] Logging schema update, fix connection_id --- CRM/Logging/Schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Logging/Schema.php b/CRM/Logging/Schema.php index 2c17f7b42b..a8a4aa492e 100644 --- a/CRM/Logging/Schema.php +++ b/CRM/Logging/Schema.php @@ -875,7 +875,7 @@ COLS; // The log tables have not yet been converted to have varchar(17) fields for log_conn_id. // Continue to use the less reliable connection_id for al tables for now. $sqlStmt .= "CONNECTION_ID(), @civicrm_user_id, '{eventName}');"; - $deleteSQL .= "@uniqueID, @civicrm_user_id, '{eventName}');"; + $deleteSQL .= "CONNECTION_ID(), @civicrm_user_id, '{eventName}');"; } $sqlStmt .= "END IF;"; -- 2.25.1