Updated Branches: refs/heads/master dd9b75020 -> 9378820b9
Revert 285e8213fed8b0d6a8afc73b686b99a4fcfe5b4a, since it is already covered by recent commit 08ac8fb4687fb14cf9524a022527a64e033be9ab in a more robust way to handle upgrade. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9378820b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9378820b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9378820b Branch: refs/heads/master Commit: 9378820b9e821903d0338a010b1918b76117ea86 Parents: dd9b750 Author: Min Chen <min.c...@citrix.com> Authored: Thu May 30 09:54:42 2013 -0700 Committer: Min Chen <min.c...@citrix.com> Committed: Thu May 30 09:54:42 2013 -0700 ---------------------------------------------------------------------- setup/db/db/schema-40to410.sql | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9378820b/setup/db/db/schema-40to410.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-40to410.sql b/setup/db/db/schema-40to410.sql index f0e8cf3..67e2048 100644 --- a/setup/db/db/schema-40to410.sql +++ b/setup/db/db/schema-40to410.sql @@ -173,8 +173,6 @@ ALTER TABLE upload ADD uuid VARCHAR(40); ALTER TABLE async_job modify job_cmd VARCHAR(255); -ALTER TABLE `cloud`.`alert` ADD INDEX `last_sent` (`last_sent` DESC) ; - ALTER TABLE `cloud`.`network_offerings` ADD COLUMN `is_persistent` int(1) unsigned NOT NULL DEFAULT 0 COMMENT 'true if the network offering provides an ability to create persistent networks';