From 1ba695892061a3955901b00085b87493d2e2b39e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 22 Jun 2019 15:23:22 +0300 Subject: Drop all database migrations to be backward compatible with 0.10.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 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) -- cgit v1.1