From 9378820b9e821903d0338a010b1918b76117ea86 Mon Sep 17 00:00:00 2001 From: Min Chen Date: Thu, 30 May 2013 09:54:42 -0700 Subject: [PATCH] Revert 285e8213fed8b0d6a8afc73b686b99a4fcfe5b4a, since it is already covered by recent commit 08ac8fb4687fb14cf9524a022527a64e033be9ab in a more robust way to handle upgrade. --- setup/db/db/schema-40to410.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup/db/db/schema-40to410.sql b/setup/db/db/schema-40to410.sql index f0e8cf31846..67e2048dce2 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';