mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-18 06:03:39 +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()
|
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()
|
static std::string local_db_version()
|
||||||
{
|
{
|
||||||
return "6.8.0";
|
return "7.0.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# OpenNebula repository version
|
# OpenNebula repository version
|
||||||
opennebula_repository_version: '6.8.0'
|
opennebula_repository_version: '7.0.0'
|
||||||
|
|
||||||
# Repository of the OpenNebula packages
|
# Repository of the OpenNebula packages
|
||||||
opennebula_repository_base: 'https://downloads.opennebula.io/repo/{{ opennebula_repository_version }}'
|
opennebula_repository_base: 'https://downloads.opennebula.io/repo/{{ opennebula_repository_version }}'
|
||||||
|
@ -140,8 +140,8 @@ class OneDBBacKEnd
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LATEST_DB_VERSION = '6.8.0'
|
LATEST_DB_VERSION = '7.0.0'
|
||||||
LATEST_LOCAL_DB_VERSION = '6.8.0'
|
LATEST_LOCAL_DB_VERSION = '7.0.0'
|
||||||
|
|
||||||
def get_schema(type, version = nil)
|
def get_schema(type, version = nil)
|
||||||
if !version
|
if !version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user