2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-07 09:25:15 +00:00

fixed minor issues

This commit is contained in:
mayya
2018-07-16 23:53:29 +02:00
committed by Tomek Mrugalski
parent f30ca44685
commit 3606c3ba9c
12 changed files with 38 additions and 14 deletions

View File

@@ -679,6 +679,10 @@ SET version = '6', minor = '0';
# This line concludes database upgrade to version 6.0.
#add auth key in host tables
ALTER TABLE hosts
ADD COLUMN auth_key VARCHAR(16) NULL;
# Add user context into tables holding leases
ALTER TABLE lease4 ADD COLUMN user_context TEXT NULL;
ALTER TABLE lease6 ADD COLUMN user_context TEXT NULL;