2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-05 13:26:03 +00:00

review comments 2

review comments 2

test1

fixed unit tests

fixed cassandra

fixed cassandra2
This commit is contained in:
mayya
2018-07-15 15:32:33 +02:00
committed by Tomek Mrugalski
parent beeadf3d59
commit f30ca44685
17 changed files with 278 additions and 309 deletions

View File

@@ -868,7 +868,7 @@ CREATE INDEX timestamp_id ON logs (timestamp);
CREATE INDEX address_id ON logs (address);
-- Create auth_key in ipv6_reservations
ALTER TABLE ipv6_reservations ADD COLUMN auth_key VARCHAR(26) DEFAULT NULL;
ALTER TABLE hosts ADD COLUMN auth_key VARCHAR(16) DEFAULT NULL;
-- Set schema 5.0 version
UPDATE schema_version