From 0d4ea3bf50f3addb239ff8998c05fa4b367c6c9f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 28 Nov 2022 10:18:57 +0300 Subject: Make sure we only build one package config per interactive tennant --- libbrep/build-package.hxx | 2 +- libbrep/package.hxx | 2 +- libbrep/package.xml | 267 +++++++++++++++++++++++----------------------- 3 files changed, 134 insertions(+), 137 deletions(-) (limited to 'libbrep') diff --git a/libbrep/build-package.hxx b/libbrep/build-package.hxx index 79fb6a4..6ca8702 100644 --- a/libbrep/build-package.hxx +++ b/libbrep/build-package.hxx @@ -25,7 +25,7 @@ namespace brep // // Foreign object that is mapped to a subset of the tenant object. // - #pragma db object table("build_tenant") pointer(shared_ptr) readonly + #pragma db object table("build_tenant") pointer(shared_ptr) class build_tenant { public: diff --git a/libbrep/package.hxx b/libbrep/package.hxx index 4a68a07..cf6ae64 100644 --- a/libbrep/package.hxx +++ b/libbrep/package.hxx @@ -18,7 +18,7 @@ // Used by the data migration entries. // -#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 25 +#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 26 #pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 26, closed) diff --git a/libbrep/package.xml b/libbrep/package.xml index 4e5544a..8f32284 100644 --- a/libbrep/package.xml +++ b/libbrep/package.xml @@ -1,139 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -986,6 +852,137 @@
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- cgit v1.1