From eb0a7489b4bd5fb4bccdfa3c5b1299e6c05381d7 Mon Sep 17 00:00:00 2001 From: Edison Su Date: Wed, 22 May 2013 13:47:09 -0700 Subject: [PATCH] remove format from volume_store table --- setup/db/db/schema-410to420.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/db/db/schema-410to420.sql b/setup/db/db/schema-410to420.sql index d33c070f84f..babe25e4d69 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,