diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-22 14:44:18 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-22 14:45:26 +0300 |
commit | 86455ac8a3f2e972a27a7d35eaaf1610dd360932 (patch) | |
tree | 5ab19d68b8069991ddc21d1f8a292f190086b5c5 /libbrep/package.hxx | |
parent | 61dcc4ff7bc732065e51a99b2b74821a4f7f7559 (diff) |
Drop all database migrations to be backward compatible with only 0.11.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 18cd629..86a1922 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 11 +#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 14 #pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 14, closed) |