Bug 16276: (RM follow-up) Fix update statement output
authorNick Clemens <nick@bywatersolutions.com>
Fri, 22 Feb 2019 13:28:50 +0000 (13:28 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 22 Feb 2019 13:28:50 +0000 (13:28 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

installer/data/mysql/updatedatabase.pl

index 7062ea1..564b6cf 100755 (executable)
@@ -13036,7 +13036,7 @@ if ( CheckVersion($DBversion) ) {
         INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('TrackLastPatronActivity', '0', 'If set, the field borrowers.lastseen will be updated everytime a patron is seen', NULL, 'YesNo');
     });
 
-    print "Upgrade to $DBversion done (Bug 16274 - Make the selfregistration branchcode selection configurable)\n";
+    print "Upgrade to $DBversion done (Bug 16276: Add a new pref TrackLastPatronActivity and new column borrowers.lastseen)\n";
     SetVersion($DBversion);
 }