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

[#680,!426] Delete embedded options when subnet gets deleted in mysql_cb.

This commit is contained in:
Marcin Siodelski
2019-07-19 11:12:25 +02:00
parent 03f0af3900
commit f27f45ec3b
11 changed files with 192 additions and 11 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 = 8;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 1;
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 2;
//@}