mirror of https://github.com/apache/cloudstack.git
db: don't drop cloudbridge db in schema-451to460-cleanup.sql
It may be useful for users to get some data, so avoid dropping cloudbridge db Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
b81361c0f1
commit
0af9c65de1
|
|
@ -18,5 +18,3 @@
|
|||
--
|
||||
-- Schema cleanup from 4.5.1 to 4.6.0
|
||||
--
|
||||
|
||||
DROP DATABASE IF EXISTS `cloudbridge`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue