mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8647 removed duplicate key in create sql of ldap_trust_map
This commit is contained in:
parent
26fea34d16
commit
6177bae810
|
|
@ -407,6 +407,5 @@ CREATE TABLE `cloud`.`ldap_trust_map` (
|
|||
`account_type` int(1) unsigned NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `uk_ldap_trust_map__domain_id` (`domain_id`),
|
||||
KEY `fk_ldap_trust_map__domain_id` (`domain_id`),
|
||||
CONSTRAINT `fk_ldap_trust_map__domain_id` FOREIGN KEY (`domain_id`) REFERENCES `domain` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
|
|
|||
Loading…
Reference in New Issue