1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-04 05:17:40 +03:00

M #-: Fix wrong drop table

This commit is contained in:
Tino Vazquez 2022-06-13 16:20:00 +02:00
parent abb362f5c5
commit adc9e0ee6a
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -82,7 +82,7 @@ module Migrator
end
end
@db.run 'DROP TABLE IF EXISTS old_documentpool;'
@db.run 'DROP TABLE IF EXISTS old_document_pool;'
end
def feature_3859