diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-10-24 07:57:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-10-24 07:57:59 +0200 |
commit | 295cdbd98a261559e34f8453e149e6be5bafcc5a (patch) | |
tree | b99afa07d1127b5e88471d93e07c9d44fc89a8f5 /mod/ci-common.hxx | |
parent | 541cf26875c0ffa393a9653705f9504e8211021e (diff) |
Review
Diffstat (limited to 'mod/ci-common.hxx')
-rw-r--r-- | mod/ci-common.hxx | 6 |
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}; |