mirror of https://github.com/apache/cloudstack.git
not needed on host table
This commit is contained in:
parent
a59ee03fd7
commit
d0453fc296
|
|
@ -329,7 +329,7 @@ public class EngineHostVO implements EngineHost, Identity {
|
|||
@Column(name = "cpus")
|
||||
private Integer cpus;
|
||||
|
||||
@Column(name = "url", length = 2048)
|
||||
@Column(name = "url")
|
||||
private String storageUrl;
|
||||
|
||||
@Column(name = "speed")
|
||||
|
|
|
|||
|
|
@ -337,7 +337,7 @@ public class HostVO implements Host {
|
|||
@Column(name = "cpus")
|
||||
private Integer cpus;
|
||||
|
||||
@Column(name = "url", length = 2048)
|
||||
@Column(name = "url")
|
||||
private String storageUrl;
|
||||
|
||||
@Column(name = "speed")
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ ALTER TABLE `cloud`.`template_store_ref` MODIFY COLUMN `url` varchar(2048);
|
|||
ALTER TABLE `cloud`.`volume_store_ref` MODIFY COLUMN `url` varchar(2048);
|
||||
ALTER TABLE `cloud`.`volume_store_ref` MODIFY COLUMN `download_url` varchar(2048);
|
||||
ALTER TABLE `cloud`.`upload` MODIFY COLUMN `url` varchar(2048);
|
||||
ALTER TABLE `cloud`.`host` MODIFY COLUMN `url` varchar(2048);
|
||||
|
|
|
|||
Loading…
Reference in New Issue