remove format from volume_store table

This commit is contained in:
Edison Su 2013-05-22 13:47:09 -07:00
parent 5af888c67a
commit eb0a7489b4
1 changed files with 0 additions and 1 deletions

View File

@ -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,