diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-12-02 20:13:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-12-02 20:20:21 +0300 |
commit | 9d50600f7ca9f900f8bfdcd30668c7ee47b2c176 (patch) | |
tree | c9f83e328406495aa632925feec1e0023e3b6f77 /libbrep | |
parent | 8994205b272e655ad3f3c134dd660019b60042db (diff) |
Reflect that build tenant is archived on builds and package version details pages
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/build.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbrep/build.hxx b/libbrep/build.hxx index dfd0e55..eaceebc 100644 --- a/libbrep/build.hxx +++ b/libbrep/build.hxx @@ -388,6 +388,7 @@ namespace brep struct package_build { shared_ptr<brep::build> build; + bool archived; // True if the tenant the build belongs to is archived. }; #pragma db view \ |