diff SQLite/Plugins/SQLiteIndex.cpp @ 403:91124cc8a8c7 db-protobuf

database plugins are informed about the identifier tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Apr 2023 11:10:19 +0200
parents 19bd3ee1f0b3
children ecd0b719cff5
line wrap: on
line diff
--- a/SQLite/Plugins/SQLiteIndex.cpp	Sat Apr 08 10:26:03 2023 +0200
+++ b/SQLite/Plugins/SQLiteIndex.cpp	Tue Apr 11 11:10:19 2023 +0200
@@ -85,7 +85,9 @@
   }
 
 
-  void SQLiteIndex::ConfigureDatabase(DatabaseManager& manager)
+  void SQLiteIndex::ConfigureDatabase(DatabaseManager& manager,
+                                      bool hasIdentifierTags,
+                                      const std::list<IdentifierTag>& identifierTags)
   {
     uint32_t expectedVersion = 6;