From 7103d30f57c603f88a878bbef1395b6b600bafdb Mon Sep 17 00:00:00 2001 From: Alex Huang Date: Tue, 22 Mar 2011 09:46:41 -0700 Subject: [PATCH] router restarted but needs template update --- setup/db/schema-222to224.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/db/schema-222to224.sql b/setup/db/schema-222to224.sql index 1381c1faa60..8570bc46810 100644 --- a/setup/db/schema-222to224.sql +++ b/setup/db/schema-222to224.sql @@ -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',