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

[392-search-of-reservations-by-hostname] Checkpoint: updated shcemas, todo tests

This commit is contained in:
Francis Dupont
2019-09-29 23:01:44 +02:00
parent 34ed167195
commit 12f3c6d909
21 changed files with 399 additions and 69 deletions

View File

@@ -51,8 +51,8 @@ const int MLM_MYSQL_FETCH_FAILURE = 0;
/// @name Current database schema version values.
//@{
const uint32_t MYSQL_SCHEMA_VERSION_MAJOR = 8;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 2;
const uint32_t MYSQL_SCHEMA_VERSION_MAJOR = 9;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 0;
//@}