2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-07 13:36:21 +00:00

[github88] CQL/SQL scripts corrected (unit-tests in src/bin/admin now pass)

This commit is contained in:
Tomek Mrugalski
2018-07-23 16:03:40 +02:00
parent 6afa2376fb
commit 61267ca824
3 changed files with 4 additions and 6 deletions

View File

@@ -867,7 +867,7 @@ CREATE TABLE logs (
CREATE INDEX timestamp_id ON logs (timestamp);
CREATE INDEX address_id ON logs (address);
-- Create auth_key in ipv6_reservations
-- Create auth_key in hosts table for storing keys for DHCPv6 reconfigure.
ALTER TABLE hosts ADD COLUMN auth_key VARCHAR(16) DEFAULT NULL;
-- Set schema 5.0 version