mirror of https://github.com/apache/cloudstack.git
bug 14201: delete duplicate guest os type. status 14201: resolved fixed
This commit is contained in:
parent
f7524c22d4
commit
a1e85cdd6d
|
|
@ -62,3 +62,6 @@ ALTER TABLE `cloud`.`swift` MODIFY `username` varchar(255) NOT NULL;
|
|||
|
||||
DROP TABLE IF EXISTS `cloud`.`network_tags`;
|
||||
DROP TABLE IF EXISTS `cloud_usage`.`event`;
|
||||
|
||||
DELETE from `cloud`.`guest_os` where id=204 or id=205;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue