Added shared_source_nat_service column to upgrade script.

This commit is contained in:
keshav 2011-05-24 10:45:57 -07:00
parent 9f93fee7b6
commit 5699f0b3c5

View File

@ -80,3 +80,5 @@ INSERT INTO `cloud`.`guest_os` (id, category_id, display_name) VALUES (140, 7, '
INSERT INTO `cloud`.`guest_os_hypervisor` (hypervisor_type, guest_os_name, guest_os_id) VALUES ('XenServer', 'Other PV (32-bit)', 139);
INSERT INTO `cloud`.`guest_os_hypervisor` (hypervisor_type, guest_os_name, guest_os_id) VALUES ('XenServer', 'Other PV (64-bit)', 140);
ALTER TABLE `cloud`.`network_offerings` ADD COLUMN `shared_source_nat_service` int(1) unsigned NOT NULL DEFAULT 0 COMMENT 'true if the network offering provides the shared source nat service';