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:
Hugo Trippaers 2012-07-30 08:46:56 +02:00
parent 3313cc4a86
commit 894407caa9

View File

@ -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` (