diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 17:41:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 17:41:15 +0200 |
commit | 1b8c0513dc14be3b1d5aba0f95afb36234c423a2 (patch) | |
tree | c4a5a846c64c36645c44e317de3b43b3e9edbffb /libbrep/build.hxx | |
parent | d8511c4c05c1817ee871de67a561c3decb4a0361 (diff) |
Close schema versions0.5.0
Diffstat (limited to 'libbrep/build.hxx')
-rw-r--r-- | libbrep/build.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/build.hxx b/libbrep/build.hxx index 86630a7..f841e6c 100644 --- a/libbrep/build.hxx +++ b/libbrep/build.hxx @@ -21,7 +21,7 @@ // #define LIBBREP_BUILD_SCHEMA_VERSION_BASE 1 -#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 1, open) +#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 1, 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 |