diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-26 18:28:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-26 18:28:42 +0300 |
commit | cf91dfc8271b902419cbaaaa3c44e15d03dc2cf7 (patch) | |
tree | 35ba48b7f8940c5386e4f2aad7e0f065007befb2 /libbrep/build.hxx | |
parent | 5730b9707e44c863144d27e73fdfe5739141f005 (diff) |
Drop all database migrations to be backward compatible with only 0.12.0 (one minor version behind)
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 625a0ca..fc9f675 100644 --- a/libbrep/build.hxx +++ b/libbrep/build.hxx @@ -24,7 +24,7 @@ // Used by the data migration entries. // -#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 7 +#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 9 #pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 9, closed) |