From 233f0f618f2d3d93442a0f33aab929bdd5aba7f0 Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Thu, 16 Jan 2014 21:46:53 +0100 Subject: [PATCH] CLOUDSTACK-5886: cidr field-width to 2048 --- setup/db/db/schema-421to430.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/db/db/schema-421to430.sql b/setup/db/db/schema-421to430.sql index c4ef5e5bdcc..8bfec373163 100644 --- a/setup/db/db/schema-421to430.sql +++ b/setup/db/db/schema-421to430.sql @@ -889,3 +889,4 @@ ALTER TABLE `cloud`.`vm_instance` DROP COLUMN `speed`; INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid, hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled, max_data_volumes_limit, max_hosts_per_cluster, storage_motion_supported, vm_snapshot_enabled) VALUES (UUID(), 'VMware', '5.5', 128, 0, 13, 32, 1, 1); +ALTER TABLE `cloud`.`network_acl_item` modify `cidr` varchar(2048);