diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-29 16:01:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-29 16:01:20 +0200 |
commit | 50c8214de8a5d774380f7ce90385085cf0eab597 (patch) | |
tree | 6d473e325a8c31c79193c1a21efb98915d0d06b7 /libbrep/build.hxx | |
parent | 1cc54c2f5e69b1159a30cd634013ae1b1e320002 (diff) |
Close database schema version
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 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 |