Add globally unique keys option to database libs

This commit is contained in:
Matthew Campbell
2025-12-22 13:24:37 +00:00
committed by Jeff Young
parent c1a98c7dd5
commit d101e6bb19
3 changed files with 8 additions and 2 deletions
@@ -143,6 +143,8 @@ DATABASE_LIB_SETTINGS::DATABASE_LIB_SETTINGS( const std::string& aFilename ) :
m_params.emplace_back( new PARAM<int>( "cache.max_age", &m_Cache.max_age, 10 ) );
m_params.emplace_back( new PARAM<bool>( "globally_unique_keys", &m_GloballyUniqueKeys, false ) );
registerMigration( 0, 1,
[&]() -> bool
{