fix: snapshot_detail table is missing, due to wrong merge

This commit is contained in:
Edison Su 2013-11-01 12:44:39 -07:00
parent 6b5fab2f5c
commit b6576d7c98

View File

@ -461,9 +461,6 @@ CREATE VIEW `cloud`.`storage_pool_view` AS
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',