2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#2299] Fixed db script differences

This commit is contained in:
Thomas Markwalder
2022-06-06 07:07:14 -04:00
parent 2ab3545e2a
commit ff62b52f54
2 changed files with 3 additions and 0 deletions

View File

@@ -4286,6 +4286,8 @@ UPDATE schema_version
-- This line concludes database upgrade to version 13.
-- This line starts database upgrade to version 14.0.
-- Modify shared-network-name foreign key contraint on dhcp4_subnet to not perform
-- the update when the network is deleted the cascaded update will not execute
-- dhcp4_subnet update trigger leaving the updated subnets without audit_entries.

View File

@@ -52,6 +52,7 @@ then
fi
mysql "$@" <<EOF
-- This line starts database upgrade to version 14.0.
-- Modify shared-network-name foreign key contraint on dhcp4_subnet to not perform
-- the update when the network is deleted the cascaded update will not execute