From: Eric Bollengier Date: Wed, 15 Jul 2020 13:42:36 +0000 (+0200) Subject: Fix mysql table creation issue with Events table X-Git-Tag: Release-11.3.2~1399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b3cecb4eee21464711b5aa0c8672fd70eb703ec;p=thirdparty%2Fbacula.git Fix mysql table creation issue with Events table --- diff --git a/bacula/src/cats/make_mysql_tables.in b/bacula/src/cats/make_mysql_tables.in index f84aec0ba0..fd7f4f9e63 100644 --- a/bacula/src/cats/make_mysql_tables.in +++ b/bacula/src/cats/make_mysql_tables.in @@ -88,7 +88,7 @@ CREATE TABLE Events EventsCode TINYBLOB NOT NULL, EventsType TINYBLOB NOT NULL, EventsTime DATETIME, - EventsInsertTime DATETIME DEFAULT NOW(), + EventsInsertTime DATETIME, EventsDaemon TINYBLOB NOT NULL, EventsSource TINYBLOB NOT NULL, EventsRef TINYBLOB NOT NULL,