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

[5584] Addressed comments

This commit is contained in:
Francis Dupont
2018-07-07 19:19:15 +02:00
parent e0216b1d54
commit 9591b8faaa
12 changed files with 50 additions and 49 deletions

View File

@@ -764,9 +764,9 @@ CREATE INDEX timestamp_index ON logs (timestamp);
# Update the schema version number
UPDATE schema_version
SET version = '6', minor = '1';
SET version = '7', minor = '0';
# This line concludes database upgrade to version 6.1.
# This line concludes database upgrade to version 7.0.
# Notes:
#