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

[#1196] Updated schema version

This commit is contained in:
Francis Dupont
2020-05-28 23:40:26 +02:00
parent 732505e5fa
commit e65bdbe400
7 changed files with 144 additions and 7 deletions

View File

@@ -53,7 +53,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 = 2;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 3;
//@}