bug 12134: Added uuid column to cloud_usage account table

status 12134: resolved fixed
reviewed-by: Abhi
This commit is contained in:
kishan 2011-11-28 13:05:02 +05:30
parent 88f9b1ab7c
commit 06ad936192
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ ALTER TABLE `cloud_usage`.`usage_job` ADD INDEX `i_usage_job__end_millis`(`end_m
CREATE TABLE `cloud_usage`.`account` (
`id` bigint unsigned NOT NULL,
`account_name` varchar(100) COMMENT 'an account name set by the creator of the account, defaults to username for single accounts',
`uuid` varchar(40),
`type` int(1) unsigned NOT NULL,
`domain_id` bigint unsigned,
`state` varchar(10) NOT NULL default 'enabled',