From 848cfde783f287692a855ef285888e69f5814989 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 4 Jan 2020 07:59:01 +1100 Subject: [PATCH] dev/core#392 Ensure that the log_date column on logging tables is NOT NULL in MySQL 8 --- 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 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 = <<