From: monishdeb Date: Fri, 15 Jan 2016 14:12:01 +0000 (+0530) Subject: CRM-17685 fix - CiviCRM DB Syntax Error when enabling logging X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1f4627e9aa92b17d2757b11c96c973a10e545dc2;p=civicrm-core.git CRM-17685 fix - CiviCRM DB Syntax Error when enabling logging https://issues.civicrm.org/jira/browse/CRM-17685 --- 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 = <<