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