From 247ebd5e7b987c180fbd896af4b9d29808e3c0d1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 23 Jul 2020 13:01:53 +0300 Subject: Drop all database migrations to be backward compatible with only 0.13.0 (one minor version behind) --- libbrep/package.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbrep/package.hxx') diff --git a/libbrep/package.hxx b/libbrep/package.hxx index 65408a8..33444a9 100644 --- a/libbrep/package.hxx +++ b/libbrep/package.hxx @@ -18,7 +18,7 @@ // Used by the data migration entries. // -#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 17 +#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 19 #pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 19, closed) -- cgit v1.1