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:
@@ -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.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user