Bug 9819 [QA Followup] - Fix DBrev description
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 30 Dec 2015 16:28:32 +0000 (16:28 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 30 Dec 2015 16:28:32 +0000 (16:28 +0000)
installer/data/mysql/updatedatabase.pl

index 17d6624..9e33d43 100755 (executable)
@@ -11434,7 +11434,7 @@ if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         DROP TABLE IF EXISTS `stopwords`;
     });
-    print "Upgrade to $DBversion done (Removed obsolete 'stopwords' table)\n";
+    print "Upgrade to $DBversion done (Bug 9819 - stopwords related code should be removed)\n";
     SetVersion($DBversion);
 }