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 +- libbrep/build.xml | 8 +- libbrep/package.hxx | 2 +- libbrep/package.xml | 284 +++++++++++++++++----------------------------------- 4 files changed, 96 insertions(+), 200 deletions(-) (limited to 'libbrep') 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) diff --git a/libbrep/build.xml b/libbrep/build.xml index 7828df1..821444c 100644 --- a/libbrep/build.xml +++ b/libbrep/build.xml @@ -1,11 +1,5 @@ - - - - - - - + diff --git a/libbrep/package.hxx b/libbrep/package.hxx index 8b0613e..c586d74 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 21 +#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 25 #pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 25, closed) diff --git a/libbrep/package.xml b/libbrep/package.xml index e556f63..2e7a613 100644 --- a/libbrep/package.xml +++ b/libbrep/package.xml @@ -1,191 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
@@ -567,7 +381,6 @@ - @@ -613,6 +426,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + @@ -656,7 +515,7 @@ - + @@ -695,7 +554,6 @@ - @@ -741,7 +599,8 @@ - + + @@ -773,6 +632,48 @@
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -804,6 +705,7 @@ + -- cgit v1.1