diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-07-09 10:53:24 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-07-29 10:25:32 +0300 |
commit | a6f60b5c2857f96b43b1e7429a78af9b20db24b0 (patch) | |
tree | 354b96f32eb8e64d28e2c95297dddb234e911794 /libbrep/package.hxx | |
parent | cca498933cbb1d6e025c7d12ee79eac56e09fd44 (diff) |
Drop all database migrations to be backward compatible with only 0.17.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 76c5836..c06d8d3 100644 --- a/libbrep/package.hxx +++ b/libbrep/package.hxx @@ -18,7 +18,7 @@ // Used by the data migration entries. // -#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 27 +#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 34 #pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 34, closed) |