From: Wlodek Wencel Date: Fri, 24 Sep 2021 12:48:32 +0000 (+0200) Subject: [#2102] fix mysql schema upgrade from 11 to 12 version X-Git-Tag: Kea-2.0.0~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f58583cd7c5ead89fe9dd4a081951ea16839974;p=thirdparty%2Fkea.git [#2102] fix mysql schema upgrade from 11 to 12 version --- diff --git a/src/share/database/scripts/mysql/Makefile.am b/src/share/database/scripts/mysql/Makefile.am index e9e2c17d99..8ce619e66e 100644 --- a/src/share/database/scripts/mysql/Makefile.am +++ b/src/share/database/scripts/mysql/Makefile.am @@ -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}