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

[#2752] Rebased new schemas

This commit is contained in:
Francis Dupont
2023-03-30 15:03:47 +02:00
parent 70e2fb8fc5
commit acc0c57736
13 changed files with 220 additions and 9 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 = 15;
const uint32_t MYSQL_SCHEMA_VERSION_MAJOR = 16;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 0;
//@}