hypervisor type in cluster can be null

This commit is contained in:
edison 2010-08-20 20:08:26 -07:00
parent edb16aa117
commit 6ef5530994
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ CREATE TABLE `cloud`.`cluster` (
`name` varchar(255) NOT NULL COMMENT 'name for the cluster',
`pod_id` bigint unsigned NOT NULL COMMENT 'pod id',
`data_center_id` bigint unsigned NOT NULL COMMENT 'data center id',
`hypervisor_type` varchar(255) NOT NULL,
`hypervisor_type` varchar(255),
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;