mirror of https://github.com/apache/cloudstack.git
CS-15070: remove invalid refs from storage_pool_host_ref
Conflicts: setup/db/db/schema-302to303.sql
This commit is contained in:
parent
593ce7c490
commit
96d7dca68b
|
|
@ -116,4 +116,6 @@ DELETE FROM `cloud`.`configuration` WHERE name='xen.max.version';
|
|||
DELETE FROM `cloud`.`configuration` WHERE name='xen.max.xapi.version';
|
||||
DELETE FROM `cloud`.`configuration` WHERE name='xen.min.product.version';
|
||||
DELETE FROM `cloud`.`configuration` WHERE name='xen.min.version';
|
||||
DELETE FROM `cloud`.`configuration` WHERE name='xen.min.xapi.version';
|
||||
DELETE FROM `cloud`.`configuration` WHERE name='xen.min.xapi.version';
|
||||
|
||||
DELETE FROM `cloud`.`storage_pool_host_ref` WHERE pool_id IN (SELECT id FROM storage_pool WHERE removed IS NOT NULL);
|
||||
|
|
|
|||
Loading…
Reference in New Issue