mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
Rename 3.1.85 migrator to 3.2.0
This commit is contained in:
parent
0e69749569
commit
e8220c6456
@ -816,7 +816,7 @@ ONEDB_MIGRATOR_FILES="src/onedb/2.0_to_2.9.80.rb \
|
||||
src/onedb/2.9.90_to_3.0.0.rb \
|
||||
src/onedb/3.0.0_to_3.1.0.rb \
|
||||
src/onedb/3.1.0_to_3.1.80.rb \
|
||||
src/onedb/3.1.80_to_3.1.85.rb \
|
||||
src/onedb/3.1.80_to_3.2.0.rb \
|
||||
src/onedb/onedb.rb \
|
||||
src/onedb/onedb_backend.rb"
|
||||
|
||||
|
@ -18,11 +18,11 @@ include REXML
|
||||
|
||||
module Migrator
|
||||
def db_version
|
||||
"3.1.85"
|
||||
"3.2.0"
|
||||
end
|
||||
|
||||
def one_version
|
||||
"OpenNebula 3.1.85"
|
||||
"OpenNebula 3.2.0"
|
||||
end
|
||||
|
||||
HOST_RIGHTS =
|
Loading…
Reference in New Issue
Block a user