bug CS-15170: Add default zone to account table in cloud_usage table for fresh install also

status CS-15170: resolved fixed
reviewed-by: Nitin
This commit is contained in:
kishan 2012-06-01 12:46:44 +05:30
parent 492c3dfe78
commit a6754a7906
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ CREATE TABLE `cloud_usage`.`account` (
`removed` datetime COMMENT 'date removed',
`cleanup_needed` tinyint(1) NOT NULL default '0',
`network_domain` varchar(100) COMMENT 'Network domain name of the Vms of the account',
`default_zone_id` bigint unsigned,
CONSTRAINT `uc_account__uuid` UNIQUE (`uuid`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;