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/package.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/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 b9a7c00..47f0ebe 100644 --- a/libbrep/package.hxx +++ b/libbrep/package.hxx @@ -19,7 +19,7 @@ // Used by the data migration entries. // -#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 14 +#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 17 #pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 17, closed) |