From: Seamus Lee Date: Fri, 3 Jan 2020 20:59:01 +0000 (+1100) Subject: dev/core#392 Ensure that the log_date column on logging tables is NOT NULL in MySQL 8 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=848cfde783f287692a855ef285888e69f5814989;p=civicrm-core.git dev/core#392 Ensure that the log_date column on logging tables is NOT NULL in MySQL 8 --- diff --git a/CRM/Logging/Schema.php b/CRM/Logging/Schema.php index 176020b705..9a8e7133a2 100644 --- a/CRM/Logging/Schema.php +++ b/CRM/Logging/Schema.php @@ -774,7 +774,7 @@ WHERE table_schema IN ('{$this->db}', '{$civiDB}')"; // rewrite the queries into CREATE TABLE queries for log tables: $cols = <<