mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +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 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
|
-- 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
|
-- the update when the network is deleted the cascaded update will not execute
|
||||||
-- dhcp4_subnet update trigger leaving the updated subnets without audit_entries.
|
-- dhcp4_subnet update trigger leaving the updated subnets without audit_entries.
|
||||||
|
@@ -52,6 +52,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
mysql "$@" <<EOF
|
mysql "$@" <<EOF
|
||||||
|
-- This line starts database upgrade to version 14.0.
|
||||||
|
|
||||||
-- Modify shared-network-name foreign key contraint on dhcp4_subnet to not perform
|
-- 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
|
-- the update when the network is deleted the cascaded update will not execute
|
||||||
|
Reference in New Issue
Block a user