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

M #-: Fix DB version ()

This commit is contained in:
Pavel Czerný 2021-05-11 12:32:12 +02:00 committed by GitHub
parent ab6dff85e0
commit ac026b4b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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