2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[481-remote-subnet4-set-inconsistent-work-when-id-subnet-is-duplicated] Addressed comments

This commit is contained in:
Francis Dupont
2019-03-12 15:04:29 +01:00
parent ecb27f49c3
commit 5d96145025
5 changed files with 20 additions and 9 deletions

View File

@@ -1909,7 +1909,7 @@ ALTER TABLE dhcp6_shared_network_server
ON DELETE CASCADE ON UPDATE NO ACTION;
-- Update dhcp4_subnet_server and dhcp6_subnet_server to allow update
-- on the prefix too.
-- on the prefix too by setting the CASCADE action.
ALTER TABLE dhcp4_subnet_server
DROP FOREIGN KEY fk_dhcp4_subnet_server_subnet_id;

View File

@@ -591,7 +591,7 @@ ALTER TABLE dhcp6_shared_network_server
ON DELETE CASCADE ON UPDATE NO ACTION;
-- Update dhcp4_subnet_server and dhcp6_subnet_server to allow update
-- on the prefix too.
-- on the prefix too by setting the CASCADE action.
ALTER TABLE dhcp4_subnet_server
DROP FOREIGN KEY fk_dhcp4_subnet_server_subnet_id;