mirror of https://github.com/apache/cloudstack.git
Fixed incorrect table name in 2.2.13-2.2.14 db upgrade
Reviewed-by: Frank Zang
This commit is contained in:
parent
257099b6a4
commit
9f5b5bfbfd
|
|
@ -57,4 +57,4 @@ ALTER TABLE `cloud`.`domain_router` MODIFY `redundant_state` varchar(64) NOT NUL
|
|||
ALTER TABLE `cloud`.`domain_router` MODIFY `stop_pending` int(1) unsigned NOT NULL COMMENT 'if this router would be stopped after we can connect to it';
|
||||
|
||||
|
||||
ALTER TABLE `cloud`.`storage_pool_details` MODIFY `limit_cpu_use` tinyint(1) unsigned NOT NULL default '0' COMMENT 'Limit the CPU usage to service offering';
|
||||
ALTER TABLE `cloud`.`service_offering` MODIFY `limit_cpu_use` tinyint(1) unsigned NOT NULL default '0' COMMENT 'Limit the CPU usage to service offering';
|
||||
Loading…
Reference in New Issue