Skip to content

Commit 29ea7c7

Browse files
Always attempt upgrade so that we re-apply the latest update.sql
1 parent 9669620 commit 29ea7c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/zmupdate.pl.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,6 @@ if ( $version ) {
375375
my ( $detaint_version ) = $version =~ /^([\w.]+)$/;
376376
$version = $detaint_version;
377377

378-
if ( ZM_VERSION eq $version ) {
379-
print("\nDatabase already at version $version, update skipped.\n\n");
380-
exit(0);
381-
}
382-
383378
my $start_zm = 0;
384379
print("\nInitiating database upgrade to version ".ZM_VERSION." from version $version\n");
385380
if ( $interactive ) {

0 commit comments

Comments
 (0)