1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-31 17:17:40 +03:00

M #-: Bump DB version to 7.0 (#2974)

This commit is contained in:
Pavel Czerný 2024-03-10 02:00:48 +01:00 committed by GitHub
parent 45bcac8e1c
commit 185e9f1221
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -159,7 +159,7 @@ public:
*/
static std::string shared_db_version()
{
return "6.8.0";
return "7.0.0";
}
/**
@ -168,7 +168,7 @@ public:
*/
static std::string local_db_version()
{
return "6.8.0";
return "7.0.0";
}
/**

View File

@ -5,7 +5,7 @@
###############################################################################
# OpenNebula repository version
opennebula_repository_version: '6.8.0'
opennebula_repository_version: '7.0.0'
# Repository of the OpenNebula packages
opennebula_repository_base: 'https://downloads.opennebula.io/repo/{{ opennebula_repository_version }}'

View File

@ -140,8 +140,8 @@ class OneDBBacKEnd
}
}
LATEST_DB_VERSION = '6.8.0'
LATEST_LOCAL_DB_VERSION = '6.8.0'
LATEST_DB_VERSION = '7.0.0'
LATEST_LOCAL_DB_VERSION = '7.0.0'
def get_schema(type, version = nil)
if !version