From b3e37dad7858b547b7dd654d9ebae8b9af3f9104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Czern=C3=BD?= Date: Wed, 20 Apr 2022 11:30:10 +0200 Subject: [PATCH] M #-: Bumb DB version (#1962) --- 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 f1581eab3f..fb15edae45 100644 --- a/include/NebulaService.h +++ b/include/NebulaService.h @@ -159,7 +159,7 @@ public: */ static std::string shared_db_version() { - return "6.4.0"; + return "7.0.0"; } /** @@ -168,7 +168,7 @@ public: */ static std::string local_db_version() { - return "6.4.0"; + return "7.0.0"; } /** diff --git a/src/onedb/database_schema.rb b/src/onedb/database_schema.rb index c8a9c87e65..e9f25bd0c4 100644 --- a/src/onedb/database_schema.rb +++ b/src/onedb/database_schema.rb @@ -132,8 +132,8 @@ class OneDBBacKEnd } } - LATEST_DB_VERSION = '6.4.0' - LATEST_LOCAL_DB_VERSION = '6.4.0' + LATEST_DB_VERSION = '7.0.0' + LATEST_LOCAL_DB_VERSION = '7.0.0' def get_schema(type, version = nil) if !version