aboutsummaryrefslogtreecommitdiff
path: root/libbrep/package.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-15 15:32:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-11-15 15:32:20 +0300
commit311019b4787e8640c407083ba0412d72f3836216 (patch)
treec3232b66f67f7caa0ba194d99a0386660178c261 /libbrep/package.hxx
parent33974f1acdd16827342b31cba6b27db5030e733f (diff)
Drop all database migrations to be backward compatible with only 0.14.0 (one minor version behind)
Diffstat (limited to 'libbrep/package.hxx')
-rw-r--r--libbrep/package.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbrep/package.hxx b/libbrep/package.hxx
index 67536ce..0ce8553 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 19
+#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 21
#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 21, closed)
@@ -191,7 +191,7 @@ namespace brep
// Database mapping.
//
- #pragma db member(buildtime) default(false) // @@ TMP
+ #pragma db member(buildtime)
};
// certificate
@@ -237,7 +237,7 @@ namespace brep
// Database mapping.
//
#pragma db member(id) id
- #pragma db member(private_) default(false) // @@ TMP
+ #pragma db member(private_)
private:
friend class odb::access;