mirror of https://github.com/apache/cloudstack.git
bug 14218: fixing category for redhat
This commit is contained in:
parent
20936514f7
commit
967ce1aa4c
|
|
@ -736,3 +736,5 @@ INSERT IGNORE INTO `cloud`.`guest_os` (id, category_id, display_name) VALUES (15
|
|||
INSERT IGNORE INTO `cloud`.`guest_os` (id, category_id, display_name) VALUES (155, 5, 'SUSE Linux Enterprise Server 11 SP1 (32-bit)');
|
||||
INSERT IGNORE INTO `cloud`.`guest_os` (id, category_id, display_name) VALUES (156, 10, 'Ubuntu 10.10 (32-bit)');
|
||||
INSERT IGNORE INTO `cloud`.`guest_os` (id, category_id, display_name) VALUES (157, 10, 'Ubuntu 10.10 (64-bit)');
|
||||
|
||||
UPDATE `cloud`.`guest_os` SET category_id=4 where id=131;
|
||||
|
|
|
|||
Loading…
Reference in New Issue