]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Rename Client.Plugin to Client.Plugins
authorEric Bollengier <eric@baculasystems.com>
Wed, 22 Sep 2021 15:00:38 +0000 (17:00 +0200)
committerEric Bollengier <eric@baculasystems.com>
Wed, 6 Sep 2023 07:49:00 +0000 (09:49 +0200)
bacula/src/cats/make_mysql_tables.in
bacula/src/cats/make_postgresql_tables.in

index 599e4bd303073383fd55449432ccbcac315c5cef..9dec640a1ee93a79d80565f4fd6ec8de856416e9 100644 (file)
@@ -473,7 +473,7 @@ CREATE TABLE Client (
    ClientId INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
    Name TINYBLOB NOT NULL,
    Uname TINYBLOB NOT NULL,      /* full uname -a of client */
-   Plugin TINYBLOB DEFAULT '',
+   Plugins TINYBLOB DEFAULT '',
    AutoPrune TINYINT DEFAULT 0,
    FileRetention BIGINT UNSIGNED DEFAULT 0,
    JobRetention  BIGINT UNSIGNED DEFAULT 0,
index 6313998148b186dcc13a88238644d3f8edeadf28..874cb077da7a0f1bd53ce188d285d61dd1839d52 100644 (file)
@@ -455,7 +455,7 @@ CREATE TABLE client
     clientid         serial      not null,
     name             text        not null,
     uname            text        not null,
-    plugin            text        default '',
+    plugins           text        default '',
     autoprune        smallint    default 0,
     fileretention     bigint     default 0,
     jobretention      bigint     default 0,