mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 06:55:16 +00:00
[#2786] 255 bytes client_id and 130 bytes duid
This commit is contained in:
@@ -340,7 +340,6 @@ CREATE TRIGGER dhcp4_options_ADEL AFTER DELETE ON dhcp4_options
|
||||
END $$
|
||||
DELIMITER ;
|
||||
|
||||
|
||||
-- -----------------------------------------------------
|
||||
--
|
||||
-- New version of the createOptionAuditDHCP4 stored
|
||||
@@ -488,9 +487,9 @@ DELIMITER ;
|
||||
|
||||
# Update the schema version number
|
||||
UPDATE schema_version
|
||||
SET version = '8', minor = '2';
|
||||
SET version = '8', minor = '2';
|
||||
|
||||
# This line concludes database upgrade to version 8.2.
|
||||
# This line concludes the schema upgrade to version 8.2.
|
||||
|
||||
EOF
|
||||
|
||||
|
Reference in New Issue
Block a user