You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/01/22 22:19:38 UTC

[7/14] git commit: Removing the alter table statement - data_center already has a removed column

Removing the alter table statement - data_center already has a removed column


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ef4d04f2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ef4d04f2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ef4d04f2

Branch: refs/heads/javelin
Commit: ef4d04f28983fc0ae85bb91b7eb5728c8ab396dc
Parents: e6cd47d
Author: Prachi Damle <pr...@cloud.com>
Authored: Wed Jan 16 16:23:09 2013 -0800
Committer: Prachi Damle <pr...@cloud.com>
Committed: Tue Jan 22 12:54:09 2013 -0800

----------------------------------------------------------------------
 setup/db/4.1-new-db-schema.sql |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ef4d04f2/setup/db/4.1-new-db-schema.sql
----------------------------------------------------------------------
diff --git a/setup/db/4.1-new-db-schema.sql b/setup/db/4.1-new-db-schema.sql
index 24ab81d..cbce3d0 100644
--- a/setup/db/4.1-new-db-schema.sql
+++ b/setup/db/4.1-new-db-schema.sql
@@ -42,8 +42,6 @@ alter table cluster add column created datetime COMMENT 'date created';
 alter table cluster add column lastUpdated datetime COMMENT 'last updated';
 alter table cluster add column engine_state varchar(32) NOT NULL COMMENT 'the engine state of the zone';
 
-alter table data_center add column removed datetime COMMENT 'date removed';
-
 CREATE TABLE `cloud`.`data_store_provider` (
   `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT 'id',
   `name` varchar(255) NOT NULL COMMENT 'name of primary data store provider',