diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-11 10:36:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-11 10:36:19 +0200 |
commit | a5bffd3fc0a18b82ebc64d27beb603bcd0972c73 (patch) | |
tree | 411269f7bd9e718122ac870b83a73837ed3fd81f /libbrep/package.hxx | |
parent | dd0d442618e51f73647c9514e3f3eb718946426d (diff) |
Close database schema version
Diffstat (limited to 'libbrep/package.hxx')
-rw-r--r-- | libbrep/package.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/package.hxx b/libbrep/package.hxx index 4dbde29..6e372b3 100644 --- a/libbrep/package.hxx +++ b/libbrep/package.hxx @@ -21,7 +21,7 @@ // #define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 7 -#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 7, open) +#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 7, closed) namespace brep { |