aboutsummaryrefslogtreecommitdiff
path: root/libbrep/package.hxx
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 /libbrep/package.hxx
parent1cc54c2f5e69b1159a30cd634013ae1b1e320002 (diff)
Close database schema version
Diffstat (limited to 'libbrep/package.hxx')
-rw-r--r--libbrep/package.hxx2
1 files changed, 1 insertions, 1 deletions
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
{