mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-07 09:25:15 +00:00
[5195] flex-id value added to know identifiers list.
This commit is contained in:
@@ -480,8 +480,9 @@ UPDATE schema_version
|
||||
SET version = '5', minor = '0';
|
||||
# This line concludes database upgrade to version 5.0.
|
||||
|
||||
# Add missing 'client-id' host identifier type.
|
||||
# Add missing 'client-id' and new 'flex-id' host identifier types.
|
||||
INSERT INTO host_identifier_type VALUES (3, 'client-id');
|
||||
INSERT INTO host_identifier_type VALUES (4, 'flex-id');
|
||||
|
||||
# Update the schema version number
|
||||
UPDATE schema_version
|
||||
|
Reference in New Issue
Block a user