Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions setup/db/db/schema-4930to41000-cleanup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@
--;

DELETE FROM `cloud`.`configuration` WHERE name='consoleproxy.loadscan.interval';

DELETE FROM `cloud`.`host_details` where name = 'vmName' and value in (select name from `cloud`.`vm_instance` where state = 'Expunging' and hypervisor_type ='BareMetal');