From 340cf0935a199240f6daaab8a347e22172f4d15b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Aug 2022 22:49:30 +0300 Subject: Drop all database migrations to be backward compatible with only 0.15.0 (one minor version behind) --- libbrep/build.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbrep/build.hxx') diff --git a/libbrep/build.hxx b/libbrep/build.hxx index 8662cec..120ed5c 100644 --- a/libbrep/build.hxx +++ b/libbrep/build.hxx @@ -28,7 +28,7 @@ // Used by the data migration entries. // -#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 15 +#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 18 #pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 18, closed) -- cgit v1.1