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

M #-: Fix DB version (#1600)

This commit is contained in:
Jan Orel 2021-11-23 11:24:14 +01:00 committed by GitHub
parent 4ac61ef922
commit a3ef2e2293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,8 +132,8 @@ class OneDBBacKEnd
}
}
LATEST_DB_VERSION = '6.2.0'
LATEST_LOCAL_DB_VERSION = '6.2.0'
LATEST_DB_VERSION = '6.4.0'
LATEST_LOCAL_DB_VERSION = '6.4.0'
def get_schema(type, version = nil)
if !version