mirror of https://github.com/apache/cloudstack.git
hypervisor type in cluster can be null
This commit is contained in:
parent
edb16aa117
commit
6ef5530994
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue