Altering db schema - adding physical_size. This was causing runtime exceptions while running the cloud stack

This commit is contained in:
nit 2010-11-30 22:26:36 +05:30
parent 06c61f2fac
commit 7e4ee81103
1 changed files with 1 additions and 1 deletions

View File

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