2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +00:00

[#2786] addressed comments

This commit is contained in:
Razvan Becheriu
2023-05-09 11:53:31 +03:00
parent 50eee8ebac
commit 82c33e04b1
62 changed files with 288 additions and 257 deletions

View File

@@ -86,6 +86,7 @@ change_column() {
}
mysql "$@" <<EOF
-- This line starts the schema upgrade to version 8.2.
# Drop existing trigger on the dhcp4_shared_network table.
DROP TRIGGER dhcp4_shared_network_ADEL;
@@ -485,7 +486,7 @@ CREATE TRIGGER dhcp6_options_ADEL AFTER DELETE ON dhcp6_options
END $$
DELIMITER ;
# Update the schema version number
# Update the schema version number.
UPDATE schema_version
SET version = '8', minor = '2';