aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-08-24 22:21:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-08-24 22:21:01 +0300
commit4d2d1a5b0abc4ef543b9d4aa79dc6891ca8b7155 (patch)
tree6af77c5bd50f35a7ec70c3df546d57eb7035ad80 /bpkg/package.hxx
parent886868dc67e069734b44d81d9f56d48a0a47538e (diff)
Drop all database migrations to be backward compatible with 0.14.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 d7c9461..51f7219 100644
--- a/bpkg/package.hxx
+++ b/bpkg/package.hxx
@@ -25,7 +25,7 @@
// Used by the data migration entries.
//
-#define DB_SCHEMA_VERSION_BASE 7
+#define DB_SCHEMA_VERSION_BASE 12
#pragma db model version(DB_SCHEMA_VERSION_BASE, 20, closed)