mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 14218: fixing category for redhat
This commit is contained in:
parent
0c180a2cf6
commit
d71ab32900
@ -737,3 +737,4 @@ 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 (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…
x
Reference in New Issue
Block a user