Skip to content

Commit 1716067

Browse files
committed
CLOUDSTACK-5949: remove unused vnc_password from user_vm_view view to avoid decryption bottleneck.
1 parent 518853a commit 1716067

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

setup/db/db/schema-442to450.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,6 @@ CREATE VIEW `cloud`.`user_vm_view` AS
569569
vm_instance.uuid uuid,
570570
vm_instance.last_host_id last_host_id,
571571
vm_instance.vm_type type,
572-
vm_instance.vnc_password vnc_password,
573572
vm_instance.limit_cpu_use limit_cpu_use,
574573
vm_instance.created created,
575574
vm_instance.state state,

0 commit comments

Comments
 (0)