Updated Branches: refs/heads/master 3f49f8ca6 -> 3b8e5bdc8
CLOUDSTACK-5886: cidr field-width to 2048 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3b8e5bdc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3b8e5bdc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3b8e5bdc Branch: refs/heads/master Commit: 3b8e5bdc8649246238d163812eeb4eba6c55a7db Parents: 3f49f8c Author: Daan Hoogland <dhoogl...@schubergphilis.com> Authored: Thu Jan 16 21:46:53 2014 +0100 Committer: Daan Hoogland <dhoogl...@schubergphilis.com> Committed: Thu Jan 16 21:46:53 2014 +0100 ---------------------------------------------------------------------- setup/db/db/schema-421to430.sql | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3b8e5bdc/setup/db/db/schema-421to430.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-421to430.sql b/setup/db/db/schema-421to430.sql index e14f0da..71f07d1 100644 --- a/setup/db/db/schema-421to430.sql +++ b/setup/db/db/schema-421to430.sql @@ -896,3 +896,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);