mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #-: Missing pieces f62cd2c10c (6.6.0 versioning)
This commit is contained in:
parent
1f2e74b4d6
commit
57fe4c79e3
@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user