1
0
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:
Carlos Martín 2012-01-12 12:27:08 +01:00
parent 0e69749569
commit e8220c6456
2 changed files with 3 additions and 3 deletions

View File

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

View File

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