diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-10-21 11:10:47 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-22 07:56:00 +0200 |
commit | de4d7616b37f7d0c3bb3a2f0a3a60e4693472675 (patch) | |
tree | 2bfd3f954ee4f865eaf5930dbe5a3967041dc87c /mod/ci-common.cxx | |
parent | 639e53e0e1cc2f60f1560ace50bd11951c5744b1 (diff) |
Sketch
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; |