aboutsummaryrefslogtreecommitdiff
path: root/mod/ci-common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-10-24 07:57:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-10-24 07:57:59 +0200
commit295cdbd98a261559e34f8453e149e6be5bafcc5a (patch)
treeb99afa07d1127b5e88471d93e07c9d44fc89a8f5 /mod/ci-common.hxx
parent541cf26875c0ffa393a9653705f9504e8211021e (diff)
Review
Diffstat (limited to 'mod/ci-common.hxx')
-rw-r--r--mod/ci-common.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/ci-common.hxx b/mod/ci-common.hxx
index c03abf8..df580e4 100644
--- a/mod/ci-common.hxx
+++ b/mod/ci-common.hxx
@@ -99,10 +99,10 @@ namespace brep
// same as separate calls to cancel() and then to create() since the
// latter would happen in two separate transactions and will thus be racy.
//
- // Note: should be called out of the database transaction.
+ // Finally note that only duplicate_tenant_mode::fail can be used if the
+ // service id is empty.
//
- // @@ TMP Shouldn't the comments mention that if tenant_service.id is an
- // empty string then the generated tenant id will be used?
+ // Note: should be called out of the database transaction.
//
enum class duplicate_tenant_mode {fail, ignore, replace, replace_archived};
enum class duplicate_tenant_result {created, ignored, replaced};