diff --git a/scripts/zmupdate.pl.in b/scripts/zmupdate.pl.in index c44c80a29..1be9f88dd 100644 --- a/scripts/zmupdate.pl.in +++ b/scripts/zmupdate.pl.in @@ -868,6 +868,12 @@ if ( $version ) patchDB( $dbh, "1.24.0" ); $cascade = !undef; } + if ( $cascade || $version eq "1.24.1" ) + { + # Patch the database + patchDB( $dbh, "1.24.1" ); + $cascade = !undef; + } if ( $cascade ) { my $installed_version = ZM_VERSION;