From: Eric Bollengier Date: Wed, 15 Jul 2020 18:06:03 +0000 (+0200) Subject: Fix update_mysql_tables_1021_to_1022 for debian X-Git-Tag: Release-11.3.2~1398 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15c86a9fb8159465a223caae012e42fd22ff7243;p=thirdparty%2Fbacula.git Fix update_mysql_tables_1021_to_1022 for debian --- diff --git a/bacula/updatedb/update_mysql_tables_1021_to_1022.in b/bacula/updatedb/update_mysql_tables_1021_to_1022.in index 8eafe7bb91..f71bb50332 100644 --- a/bacula/updatedb/update_mysql_tables_1021_to_1022.in +++ b/bacula/updatedb/update_mysql_tables_1021_to_1022.in @@ -81,7 +81,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,