]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: bump lmdb schema version to 4
authorKees Monshouwer <mind04@monshouwer.org>
Fri, 15 Jul 2022 14:47:21 +0000 (16:47 +0200)
committermind04 <mind04@monshouwer.org>
Fri, 15 Jul 2022 14:47:21 +0000 (16:47 +0200)
modules/lmdbbackend/lmdbbackend.cc
modules/lmdbbackend/old-schema-versions

index 54495b63c91514f3d230e76f0084008b7e90d975..c0857b03ebf6728fb4472dadb36ac18a37d6bf77 100644 (file)
@@ -49,7 +49,7 @@
 
 #include "lmdbbackend.hh"
 
-#define SCHEMAVERSION 3
+#define SCHEMAVERSION 4
 
 // List the class version here. Default is 0
 BOOST_CLASS_VERSION(LMDBBackend::KeyDataDB, 1)
index 4e99b01eb9cf1f55b10dd528783e0cdf29ac7b5c..b91e63ba63c826344c3ff0a0efac268773d6cad1 100644 (file)
@@ -1,2 +1,3 @@
 1:4.2.2
-2:4.3.0
\ No newline at end of file
+2:4.3.0
+3:4.4.0