1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

M #-: Bumb DB version (#1962)

This commit is contained in:
Pavel Czerný 2022-04-20 11:30:10 +02:00 committed by GitHub
parent 28f460fca9
commit 3b0b9f349e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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";
}
/**

View File

@ -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