1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-12 21:57:23 +03:00
This commit is contained in:
Jaime Melis 2016-04-19 16:48:56 +02:00
parent 55660b89e6
commit 15d00795d5

View File

@ -46,7 +46,6 @@ module Migrator
def up
init_log_time()
=begin
# Feature #3671
@db.run "ALTER TABLE user_pool RENAME TO old_user_pool;"
@ -197,7 +196,7 @@ module Migrator
@db.run "REPLACE INTO pool_control VALUES('acl', #{last_oid+1});"
log_time()
=end
return true
end