Updated Branches: refs/heads/4.3 386b467ef -> 233f0f618
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/233f0f61 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/233f0f61 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/233f0f61 Branch: refs/heads/4.3 Commit: 233f0f618f2d3d93442a0f33aab929bdd5aba7f0 Parents: 386b467 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 22:15:36 2014 +0100 ---------------------------------------------------------------------- setup/db/db/schema-421to430.sql | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/233f0f61/setup/db/db/schema-421to430.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-421to430.sql b/setup/db/db/schema-421to430.sql index c4ef5e5..8bfec37 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);