aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-07-23 13:17:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-07-23 13:17:20 +0300
commitedb9d402dca2abaa2c03efe341015771590187e8 (patch)
tree3e8bc893399f133d5085182dd6840f311cfdadfa /bpkg/package.hxx
parent9ab24e671b1820936ad404e87a02e1d483713459 (diff)
Drop all database migrations to be backward compatible with 0.12.0 and above (two minor versions behind)
Diffstat (limited to 'bpkg/package.hxx')
-rw-r--r--bpkg/package.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/package.hxx b/bpkg/package.hxx
index f10e670..e7379b3 100644
--- a/bpkg/package.hxx
+++ b/bpkg/package.hxx
@@ -25,7 +25,7 @@
// Used by the data migration entries.
//
-#define DB_SCHEMA_VERSION_BASE 5
+#define DB_SCHEMA_VERSION_BASE 6
#pragma db model version(DB_SCHEMA_VERSION_BASE, 7, closed)