Updated Branches: refs/heads/master 6b5fab2f5 -> b6576d7c9
fix: snapshot_detail table is missing, due to wrong merge Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b6576d7c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b6576d7c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b6576d7c Branch: refs/heads/master Commit: b6576d7c98d72c0800b1ea164ab9baae70de971c Parents: 6b5fab2 Author: Edison Su <[email protected]> Authored: Fri Nov 1 12:44:39 2013 -0700 Committer: Edison Su <[email protected]> Committed: Fri Nov 1 12:45:05 2013 -0700 ---------------------------------------------------------------------- setup/db/db/schema-421to430.sql | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b6576d7c/setup/db/db/schema-421to430.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-421to430.sql b/setup/db/db/schema-421to430.sql index 1e803dc..d3f7adf 100644 --- a/setup/db/db/schema-421to430.sql +++ b/setup/db/db/schema-421to430.sql @@ -460,10 +460,7 @@ CREATE VIEW `cloud`.`storage_pool_view` AS `cloud`.`async_job` ON async_job.instance_id = storage_pool.id and async_job.instance_type = 'StoragePool' and async_job.job_status = 0; - - - DROP TABLE IF EXISTS `cloud`.`vm_snapshot_details`; - + CREATE TABLE `cloud`.`firewall_rule_details` ( `id` bigint unsigned NOT NULL auto_increment, `firewall_rule_id` bigint unsigned NOT NULL COMMENT 'Firewall rule id',
