diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-15 15:32:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-15 15:32:20 +0300 |
commit | 311019b4787e8640c407083ba0412d72f3836216 (patch) | |
tree | c3232b66f67f7caa0ba194d99a0386660178c261 /libbrep/build.hxx | |
parent | 33974f1acdd16827342b31cba6b27db5030e733f (diff) |
Drop all database migrations to be backward compatible with only 0.14.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 fbab13d..29d9890 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 12 +#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 15 #pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 15, closed) |