diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-08-24 22:49:30 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-08-24 22:49:30 +0300 |
commit | 340cf0935a199240f6daaab8a347e22172f4d15b (patch) | |
tree | d532ba24756792423843e569025cce15b620c376 /libbrep/build.hxx | |
parent | 754caf4077e4bfcf7ebb2de9cc531e78350fe7e3 (diff) |
Drop all database migrations to be backward compatible with only 0.15.0 (one minor version behind)
Diffstat (limited to 'libbrep/build.hxx')
-rw-r--r-- | libbrep/build.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |