Github user koushik-das commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/755#discussion_r38401570
  
    --- Diff: setup/db/db/schema-452to460.sql ---
    @@ -399,3 +399,14 @@ CREATE TABLE `cloud`.`external_bigswitch_bcf_devices` (
       CONSTRAINT `fk_external_bigswitch_bcf_devices__physical_network_id` 
FOREIGN KEY (`physical_network_id`) REFERENCES `physical_network`(`id`) ON 
DELETE CASCADE
     ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
     
    +CREATE TABLE `cloud`.`ldap_trust_map` (
    +  `id` int unsigned NOT NULL AUTO_INCREMENT,
    --- End diff --
    
    If domainId is unique then what is the need for id as PK?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to