diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-23 13:01:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-23 13:44:14 +0300 |
commit | 247ebd5e7b987c180fbd896af4b9d29808e3c0d1 (patch) | |
tree | 751d5497d6c60c9e8ee0c400c37a8797e83516ee /libbrep/package.hxx | |
parent | 84b7b5ee05ed865975f769270bd8a56f3a9059d6 (diff) |
Drop all database migrations to be backward compatible with only 0.13.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 65408a8..33444a9 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 17 +#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 19 #pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 19, closed) |