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:
parent
45bcac8e1c
commit
185e9f1221
@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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 }}'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user