mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix: snapshot_detail table is missing, due to wrong merge
This commit is contained in:
parent
6b5fab2f5c
commit
b6576d7c98
@ -460,10 +460,7 @@ CREATE VIEW `cloud`.`storage_pool_view` AS
|
|||||||
`cloud`.`async_job` ON async_job.instance_id = storage_pool.id
|
`cloud`.`async_job` ON async_job.instance_id = storage_pool.id
|
||||||
and async_job.instance_type = 'StoragePool'
|
and async_job.instance_type = 'StoragePool'
|
||||||
and async_job.job_status = 0;
|
and async_job.job_status = 0;
|
||||||
|
|
||||||
|
|
||||||
DROP TABLE IF EXISTS `cloud`.`vm_snapshot_details`;
|
|
||||||
|
|
||||||
CREATE TABLE `cloud`.`firewall_rule_details` (
|
CREATE TABLE `cloud`.`firewall_rule_details` (
|
||||||
`id` bigint unsigned NOT NULL auto_increment,
|
`id` bigint unsigned NOT NULL auto_increment,
|
||||||
`firewall_rule_id` bigint unsigned NOT NULL COMMENT 'Firewall rule id',
|
`firewall_rule_id` bigint unsigned NOT NULL COMMENT 'Firewall rule id',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user