diff options
Diffstat (limited to 'mod/ci-common.hxx')
-rw-r--r-- | mod/ci-common.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/ci-common.hxx b/mod/ci-common.hxx index 4bd63c2..c03abf8 100644 --- a/mod/ci-common.hxx +++ b/mod/ci-common.hxx @@ -101,6 +101,9 @@ namespace brep // // Note: should be called out of the database transaction. // + // @@ TMP Shouldn't the comments mention that if tenant_service.id is an + // empty string then the generated tenant id will be used? + // enum class duplicate_tenant_mode {fail, ignore, replace, replace_archived}; enum class duplicate_tenant_result {created, ignored, replaced}; |