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

[#946] Created new MySQL schema version

This commit is contained in:
Francis Dupont
2019-11-28 11:43:25 +01:00
committed by Marcin Siodelski
parent fe85bbc16b
commit 950f6455e0
7 changed files with 80 additions and 40 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 = 9;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 0;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 1;
//@}