Bug 19670: (RMaint follow-up)
authorLucas Gass <lucas@bywatersolutions.com>
Tue, 23 Apr 2019 13:53:51 +0000 (13:53 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 23 Apr 2019 13:53:51 +0000 (13:53 +0000)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

installer/data/mysql/updatedatabase.pl

index bd8b868..64e4985 100755 (executable)
@@ -16355,7 +16355,7 @@ if( CheckVersion( $DBversion ) ) {
     print "Upgrade to $DBversion done (Bug 22607 - Set default value of issues.renewals to 0)\n";
 }
 
-$DBversion = '18.05.11.002'; 
+$DBversion = '18.05.11.002';
 if( CheckVersion( $DBversion ) ) {
     my $table_sth = $dbh->prepare('SHOW CREATE TABLE `search_marc_map`');
     $table_sth->execute();