diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-08-24 22:49:30 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-08-24 22:49:30 +0300 |
commit | 340cf0935a199240f6daaab8a347e22172f4d15b (patch) | |
tree | d532ba24756792423843e569025cce15b620c376 /libbrep/package.hxx | |
parent | 754caf4077e4bfcf7ebb2de9cc531e78350fe7e3 (diff) |
Drop all database migrations to be backward compatible with only 0.15.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 8b0613e..c586d74 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 21 +#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 25 #pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 25, closed) |