diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-11-28 10:18:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-12-06 13:49:52 +0300 |
commit | 0d4ea3bf50f3addb239ff8998c05fa4b367c6c9f (patch) | |
tree | 57b5e4d16f3243e50932eaf5c2f2b0d021148ee2 /libbrep/package.hxx | |
parent | 9d50600f7ca9f900f8bfdcd30668c7ee47b2c176 (diff) |
Make sure we only build one package config per interactive tennant
Diffstat (limited to 'libbrep/package.hxx')
-rw-r--r-- | libbrep/package.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |