aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-22 15:23:22 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-22 15:27:30 +0300
commit1ba695892061a3955901b00085b87493d2e2b39e (patch)
tree4b499bde0c9116e72a424800f4b356b862b0b054 /bpkg/package.hxx
parent6e5e3972542baa1c715e13a36c1144f148c6320b (diff)
Drop all database migrations to be backward compatible with 0.10.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 16f368b..9d7cedf 100644
--- a/bpkg/package.hxx
+++ b/bpkg/package.hxx
@@ -26,7 +26,7 @@
// Used by the data migration entries.
//
-#define DB_SCHEMA_VERSION_BASE 4
+#define DB_SCHEMA_VERSION_BASE 5
#pragma db model version(DB_SCHEMA_VERSION_BASE, 5, closed)