diff --git a/src/share/database/scripts/mysql/dhcpdb_create.mysql b/src/share/database/scripts/mysql/dhcpdb_create.mysql index 68ec7f9921..7059f27655 100644 --- a/src/share/database/scripts/mysql/dhcpdb_create.mysql +++ b/src/share/database/scripts/mysql/dhcpdb_create.mysql @@ -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. diff --git a/src/share/database/scripts/mysql/upgrade_013_to_014.sh.in b/src/share/database/scripts/mysql/upgrade_013_to_014.sh.in index eba90c6ebb..73717382e7 100644 --- a/src/share/database/scripts/mysql/upgrade_013_to_014.sh.in +++ b/src/share/database/scripts/mysql/upgrade_013_to_014.sh.in @@ -52,6 +52,7 @@ then fi mysql "$@" <