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~510 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ca57ef3e53b4997b1e63c79a315b7e6de33136d;p=thirdparty%2Fbacula.git Fix mysql table creation issue with Events table --- diff --git a/bacula/src/cats/update_mysql_tables.in b/bacula/src/cats/update_mysql_tables.in index fd26ecd89..6311f264c 100644 --- a/bacula/src/cats/update_mysql_tables.in +++ b/bacula/src/cats/update_mysql_tables.in @@ -476,7 +476,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,