diff options
Diffstat (limited to 'mod/ci-common.cxx')
-rw-r--r-- | mod/ci-common.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/ci-common.cxx b/mod/ci-common.cxx index 1f0ff74..caf9f40 100644 --- a/mod/ci-common.cxx +++ b/mod/ci-common.cxx @@ -541,7 +541,8 @@ namespace brep odb::core::database& db, tenant_service&& service, duration notify_interval, - duration notify_delay) const + duration notify_delay, + duplicate_tenant_mode) const { using namespace odb::core; |