mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
rrq 5839: This table should not have a contraint on device and physical network id. This is dealt with in the code and by using the removed field.
This commit is contained in:
parent
3313cc4a86
commit
894407caa9
@ -2000,7 +2000,6 @@ CREATE TABLE `cloud`.`physical_network_service_providers` (
|
||||
PRIMARY KEY (`id`),
|
||||
CONSTRAINT `fk_pnetwork_service_providers__physical_network_id` FOREIGN KEY (`physical_network_id`) REFERENCES `physical_network`(`id`) ON DELETE CASCADE,
|
||||
CONSTRAINT `uc_service_providers__uuid` UNIQUE (`uuid`),
|
||||
UNIQUE KEY(`physical_network_id`, `provider_name`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE `cloud`.`external_load_balancer_devices` (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user