From 57fe4c79e3ee289f789a063a61a6e41e7d323437 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 27 Oct 2022 11:34:25 +0200 Subject: [PATCH] M #-: Missing pieces f62cd2c10c (6.6.0 versioning) --- include/NebulaService.h | 4 ++-- src/onedb/database_schema.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/NebulaService.h b/include/NebulaService.h index 5458ef81fb..bb283d8085 100644 --- a/include/NebulaService.h +++ b/include/NebulaService.h @@ -159,7 +159,7 @@ public: */ static std::string shared_db_version() { - return "7.0.0"; + return "6.6.0"; } /** @@ -168,7 +168,7 @@ public: */ static std::string local_db_version() { - return "7.0.0"; + return "6.6.0"; } /** diff --git a/src/onedb/database_schema.rb b/src/onedb/database_schema.rb index e9f25bd0c4..5c6cb63db0 100644 --- a/src/onedb/database_schema.rb +++ b/src/onedb/database_schema.rb @@ -132,8 +132,8 @@ class OneDBBacKEnd } } - LATEST_DB_VERSION = '7.0.0' - LATEST_LOCAL_DB_VERSION = '7.0.0' + LATEST_DB_VERSION = '6.6.0' + LATEST_LOCAL_DB_VERSION = '6.6.0' def get_schema(type, version = nil) if !version