aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-09-11 10:36:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-09-11 10:36:19 +0200
commita5bffd3fc0a18b82ebc64d27beb603bcd0972c73 (patch)
tree411269f7bd9e718122ac870b83a73837ed3fd81f
parentdd0d442618e51f73647c9514e3f3eb718946426d (diff)
Close database schema version
-rw-r--r--libbrep/build.hxx2
-rw-r--r--libbrep/package.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/libbrep/build.hxx b/libbrep/build.hxx
index d3c2051..fc314eb 100644
--- a/libbrep/build.hxx
+++ b/libbrep/build.hxx
@@ -26,7 +26,7 @@
//
#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 4
-#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 4, open)
+#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 4, closed)
// We have to keep these mappings at the global scope instead of inside
// the brep namespace because they need to be also effective in the
diff --git a/libbrep/package.hxx b/libbrep/package.hxx
index 4dbde29..6e372b3 100644
--- a/libbrep/package.hxx
+++ b/libbrep/package.hxx
@@ -21,7 +21,7 @@
//
#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 7
-#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 7, open)
+#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 7, closed)
namespace brep
{