2
0
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:
Tomek Mrugalski
2017-04-20 15:46:24 +02:00
parent 4499b73186
commit db96e406b9
4 changed files with 12 additions and 7 deletions

View File

@@ -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