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

[#2823] DB schemas include allocators

This commit is contained in:
Marcin Siodelski
2023-04-04 10:34:17 +02:00
parent c474c0981e
commit dfd3aff945
11 changed files with 186 additions and 2 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 = 16;
const uint32_t MYSQL_SCHEMA_VERSION_MAJOR = 17;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 0;
//@}