aboutsummaryrefslogtreecommitdiff
path: root/libbrep/package.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-10-12 14:31:10 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-10-12 15:43:26 +0300
commitb9055ec9d4057822f2955066bdec59c71418feef (patch)
treea696da9a3a4a198ec5d723537c98a416c9f43768 /libbrep/package.hxx
parente97c6b9b9c90a6f97019021d6bfcc73ed92580cc (diff)
Recreate database schema extras on migration
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 fbe6f60..af4581c 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, closed)
+#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 8, open)
namespace brep
{