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

[3556] HWAddr support in MySQL implemented.

This commit is contained in:
Tomek Mrugalski
2014-11-06 19:36:46 +01:00
parent 1ba5ec3b78
commit ab0365c68d
9 changed files with 216 additions and 18 deletions

View File

@@ -77,7 +77,7 @@ private:
// Define the current database schema values
const uint32_t CURRENT_VERSION_VERSION = 1;
const uint32_t CURRENT_VERSION_VERSION = 2;
const uint32_t CURRENT_VERSION_MINOR = 0;