aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-15 15:07:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-11-15 15:07:59 +0300
commita3442288cfdfc176730e6abb7ec709a638572a59 (patch)
tree0b3bb58ce5d86020f2056af24dcd2a9bb4d2d615 /bpkg/package.hxx
parentae2acaa4d236c6b1cb9a5d8346316cd8af0c9210 (diff)
Drop all database migrations to be backward compatible with 0.13.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 2b833af..fe1664f 100644
--- a/bpkg/package.hxx
+++ b/bpkg/package.hxx
@@ -25,7 +25,7 @@
// Used by the data migration entries.
//
-#define DB_SCHEMA_VERSION_BASE 6
+#define DB_SCHEMA_VERSION_BASE 7
#pragma db model version(DB_SCHEMA_VERSION_BASE, 12, closed)