aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-29 16:01:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-29 16:01:20 +0200
commit50c8214de8a5d774380f7ce90385085cf0eab597 (patch)
tree6d473e325a8c31c79193c1a21efb98915d0d06b7
parent1cc54c2f5e69b1159a30cd634013ae1b1e320002 (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 64eb10a..ba5851d 100644
--- a/libbrep/build.hxx
+++ b/libbrep/build.hxx
@@ -26,7 +26,7 @@
//
#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 3
-#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 3, open)
+#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 3, 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 c6e1162..b86350e 100644
--- a/libbrep/package.hxx
+++ b/libbrep/package.hxx
@@ -21,7 +21,7 @@
//
#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 6
-#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 6, open)
+#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 6, closed)
namespace brep
{