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:
@@ -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
|
||||
|
Reference in New Issue
Block a user