diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-10-17 09:05:04 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-12-10 16:34:15 +0200 |
commit | 1105538dd56dbb1b261d8b0ce8652f1dd719eaee (patch) | |
tree | 677c299c7c7aeec1e89f672a9079373bb7abd6b3 /libbrep | |
parent | 24415b406a6457638fc4e5435bab9fed987d01ba (diff) |
Sketch CI common API changes
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/common.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbrep/common.hxx b/libbrep/common.hxx index 8312b61..d2009f5 100644 --- a/libbrep/common.hxx +++ b/libbrep/common.hxx @@ -541,6 +541,8 @@ namespace brep // Third-party service state which may optionally be associated with a // tenant (see also mod/tenant-service.hxx for background). // + // Note that the {id, type} pair must be unique. + // #pragma db value struct tenant_service { |