Repository: cloudstack Updated Branches: refs/heads/4.5 43f39a1ec -> ab1601187
CLOUDSTACK-5949: remove unused vnc_password from user_vm_view view to avoid decryption bottleneck. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ab160118 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ab160118 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ab160118 Branch: refs/heads/4.5 Commit: ab16011874a923bd70252a0f26cfe4016eb07662 Parents: 43f39a1 Author: Min Chen <min.c...@citrix.com> Authored: Wed Dec 3 14:36:40 2014 -0800 Committer: Min Chen <min.c...@citrix.com> Committed: Wed Dec 3 14:48:01 2014 -0800 ---------------------------------------------------------------------- setup/db/db/schema-442to450.sql | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ab160118/setup/db/db/schema-442to450.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-442to450.sql b/setup/db/db/schema-442to450.sql index 83fd3f6..d158c51 100644 --- a/setup/db/db/schema-442to450.sql +++ b/setup/db/db/schema-442to450.sql @@ -569,7 +569,6 @@ CREATE VIEW `cloud`.`user_vm_view` AS vm_instance.uuid uuid, vm_instance.last_host_id last_host_id, vm_instance.vm_type type, - vm_instance.vnc_password vnc_password, vm_instance.limit_cpu_use limit_cpu_use, vm_instance.created created, vm_instance.state state,