]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix db version after sqlite catalog update
authorMichal Rakowski <michal.rakowski@baculasystems.com>
Tue, 3 Aug 2021 20:39:03 +0000 (22:39 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:03 +0000 (09:03 +0100)
bacula/src/cats/update_sqlite3_tables.in

index e0c3f239d333d3d38b46fa39145bff67a80df6b5..f6e4547072ffef34d86e0845ce86b0b7a1fbd408 100644 (file)
@@ -502,7 +502,7 @@ commit;
 END-OF-DATA
     then
        echo "Update of Bacula SQLite3 tables 1023 to 1024 succeeded."
-       DBVERSION=1023
+       DBVERSION=1024
     else
        echo "Update of Bacula SQLite3 tables 1023 to 1024 failed."
        exit 1