2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-09 13:46:20 +00:00

[#1709] add test for "ALTER TABLE logs ADD id"

This commit is contained in:
Andrei Pavel
2021-02-16 16:46:19 +02:00
parent 23dda3f3f2
commit d9d143b425
2 changed files with 11 additions and 4 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 = 5;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 6;
//@}