mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Added shared_source_nat_service column to upgrade script.
This commit is contained in:
parent
9f93fee7b6
commit
5699f0b3c5
@ -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';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user