2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-19 14:36:24 +00:00

[#2786] addressed comments

This commit is contained in:
Razvan Becheriu
2023-05-09 11:53:31 +03:00
parent 50eee8ebac
commit 82c33e04b1
62 changed files with 288 additions and 257 deletions

View File

@@ -52,7 +52,7 @@ const int MLM_MYSQL_FETCH_FAILURE = 0;
/// @name Current database schema version values.
//@{
const uint32_t MYSQL_SCHEMA_VERSION_MAJOR = 17;
const uint32_t MYSQL_SCHEMA_VERSION_MAJOR = 18;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 0;
//@}