mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CS-15197: correct default value for service_offering.nw_rate
Reviewed-by: Will Chan Conflicts: setup/db/db/schema-302to303.sql
This commit is contained in:
parent
1df520c8e4
commit
d390261710
@ -172,3 +172,7 @@ CREATE TABLE `cloud`.`port_profile` (
|
|||||||
`port_binding` varchar(20),
|
`port_binding` varchar(20),
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
DELETE FROM `cloud`.`storage_pool_host_ref` WHERE pool_id IN (SELECT id FROM storage_pool WHERE removed IS NOT NULL);
|
||||||
|
|
||||||
|
ALTER TABLE `cloud`.`service_offering` MODIFY `nw_rate` smallint(5) unsigned DEFAULT '200' COMMENT 'network rate throttle mbits/s';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user