2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[#2102] fix mysql schema upgrade from 11 to 12 version

This commit is contained in:
Wlodek Wencel
2021-09-24 14:48:32 +02:00
parent 68a8b91b08
commit 4f58583cd7

View File

@@ -30,6 +30,7 @@ mysql_SCRIPTS += upgrade_009.4_to_009.5.sh
mysql_SCRIPTS += upgrade_009.5_to_009.6.sh
mysql_SCRIPTS += upgrade_009.6_to_010.0.sh
mysql_SCRIPTS += upgrade_010_to_011.sh
mysql_SCRIPTS += upgrade_011_to_012.sh
mysql_SCRIPTS += wipe_data.sh
DISTCLEANFILES = ${mysql_SCRIPTS}