mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
router restarted but needs template update
This commit is contained in:
parent
e2a1057e17
commit
7103d30f57
@ -4,6 +4,7 @@
|
||||
ALTER TABLE `cloud`.`op_host_capacity` ADD COLUMN `cluster_id` bigint unsigned AFTER `pod_id`;
|
||||
ALTER TABLE `cloud`.`op_host_capacity` ADD CONSTRAINT `fk_op_host_capacity__cluster_id` FOREIGN KEY `fk_op_host_capacity__cluster_id` (`cluster_id`) REFERENCES `cloud`.`cluster`(`id`) ON DELETE CASCADE;
|
||||
ALTER TABLE `cloud`.`op_host_capacity` ADD INDEX `i_op_host_capacity__cluster_id`(`cluster_id`);
|
||||
ALTER TABLE `cloud`.`usage_event` ADD COLUMN `resource_type` varchar(32);
|
||||
|
||||
CREATE TABLE `cloud`.`domain_network_ref` (
|
||||
`id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT 'id',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user