Updated Branches: refs/heads/object_store 5af888c67 -> eb0a7489b
remove format from volume_store table Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/eb0a7489 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/eb0a7489 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/eb0a7489 Branch: refs/heads/object_store Commit: eb0a7489b4bd5fb4bccdfa3c5b1299e6c05381d7 Parents: 5af888c Author: Edison Su <[email protected]> Authored: Wed May 22 13:47:09 2013 -0700 Committer: Edison Su <[email protected]> Committed: Wed May 22 13:47:09 2013 -0700 ---------------------------------------------------------------------- setup/db/db/schema-410to420.sql | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/eb0a7489/setup/db/db/schema-410to420.sql ---------------------------------------------------------------------- diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index d33c070..babe25e 100644 --- a/setup/db/db/schema-410to420.sql +++ b/setup/db/db/schema-410to420.sql @@ -204,7 +204,6 @@ CREATE TABLE `cloud`.`volume_store_ref` ( `install_path` varchar(255), `url` varchar(255), `state` varchar(255) NOT NULL, - `format` varchar(32) NOT NULL COMMENT 'format for the volume', `destroyed` tinyint(1) COMMENT 'indicates whether the volume_host entry was destroyed by the user or not', `update_count` bigint unsigned, `updated` datetime,
