From a3442288cfdfc176730e6abb7ec709a638572a59 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 15 Nov 2021 15:07:59 +0300 Subject: Drop all database migrations to be backward compatible with 0.13.0 and above (two minor versions behind) --- bpkg/package.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/package.hxx') 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) -- cgit v1.1