mirror of https://github.com/apache/cloudstack.git
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:
parent
492c3dfe78
commit
a6754a7906
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue