Skip to content

Commit

Permalink
ALways re-apply the last update
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Oct 23, 2024
1 parent bbe366f commit 93953ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/zmupdate.pl.in
Original file line number Diff line number Diff line change
Expand Up @@ -387,11 +387,6 @@ if ( $version ) {
my ( $detaint_version ) = $version =~ /^([\w.]+)$/;
$version = $detaint_version;

if ( ZM_VERSION eq $version ) {
print("\nDatabase already at version $version, update skipped.\n\n");
exit(0);
}

my $start_zm = 0;
print("\nInitiating database upgrade to version ".ZM_VERSION." from version $version\n");
if ( $interactive ) {
Expand Down

0 comments on commit 93953ce

Please sign in to comment.