From 1f4627e9aa92b17d2757b11c96c973a10e545dc2 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Fri, 15 Jan 2016 19:42:01 +0530 Subject: [PATCH] CRM-17685 fix - CiviCRM DB Syntax Error when enabling logging https://issues.civicrm.org/jira/browse/CRM-17685 --- CRM/Logging/Schema.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Logging/Schema.php b/CRM/Logging/Schema.php index 0861dd4689..52c82160b2 100644 --- a/CRM/Logging/Schema.php +++ b/CRM/Logging/Schema.php @@ -567,6 +567,7 @@ WHERE table_schema IN ('{$this->db}', '{$civiDB}')"; // rewrite the queries into CREATE TABLE queries for log tables: $cols = <<