aboutsummaryrefslogtreecommitdiff
path: root/libbrep/build.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-07-09 10:53:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-07-29 10:25:32 +0300
commita6f60b5c2857f96b43b1e7429a78af9b20db24b0 (patch)
tree354b96f32eb8e64d28e2c95297dddb234e911794 /libbrep/build.hxx
parentcca498933cbb1d6e025c7d12ee79eac56e09fd44 (diff)
Drop all database migrations to be backward compatible with only 0.17.0 (one minor version behind)
Diffstat (limited to 'libbrep/build.hxx')
-rw-r--r--libbrep/build.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/build.hxx b/libbrep/build.hxx
index 55fd42b..b485636 100644
--- a/libbrep/build.hxx
+++ b/libbrep/build.hxx
@@ -26,7 +26,7 @@
// Used by the data migration entries.
//
-#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 20
+#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 28
#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 28, closed)