From ff62b52f54d18e7b28c9fbf21c358589512a810a Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Mon, 6 Jun 2022 07:07:14 -0400 Subject: [PATCH] [#2299] Fixed db script differences --- src/share/database/scripts/mysql/dhcpdb_create.mysql | 2 ++ src/share/database/scripts/mysql/upgrade_013_to_014.sh.in | 1 + 2 files changed, 3 insertions(+) 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 "$@" <