diff options
Diffstat (limited to 'libbrep/build.hxx')
-rw-r--r-- | libbrep/build.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbrep/build.hxx b/libbrep/build.hxx index ba5851d..c72269c 100644 --- a/libbrep/build.hxx +++ b/libbrep/build.hxx @@ -24,9 +24,9 @@ // Used by the data migration entries. // -#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 3 +#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 4 -#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 3, closed) +#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 4, open) // 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 |