From 4d2d1a5b0abc4ef543b9d4aa79dc6891ca8b7155 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Aug 2022 22:21:01 +0300 Subject: Drop all database migrations to be backward compatible with 0.14.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 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) -- cgit v1.1