mirror of https://github.com/apache/cloudstack.git
Altering db schema - adding physical_size. This was causing runtime exceptions while running the cloud stack
This commit is contained in:
parent
06c61f2fac
commit
7e4ee81103
|
|
@ -683,7 +683,7 @@ CREATE TABLE `cloud`.`template_host_ref` (
|
|||
`job_id` varchar(255),
|
||||
`download_pct` int(10) unsigned,
|
||||
`size` bigint unsigned,
|
||||
`physicalSize` bigint unsigned DEFAULT 0,
|
||||
`physical_size` bigint unsigned DEFAULT 0,
|
||||
`download_state` varchar(255),
|
||||
`error_str` varchar(255),
|
||||
`local_path` varchar(255),
|
||||
|
|
|
|||
Loading…
Reference in New Issue