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

Add onedb history return code

This commit is contained in:
Daniel Molina 2011-06-17 13:20:45 +02:00
parent fe5a68e645
commit c3672747ab

View File

@ -90,6 +90,7 @@ class OneDB
def history
@backend.history
return 0
end
def upgrade(max_version, ops)