Bug 13006: (RM followup) missing newline in DBRev
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 14 Apr 2015 17:46:55 +0000 (14:46 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 14 Apr 2015 17:46:55 +0000 (14:46 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl

index 338246c..bc765f1 100755 (executable)
@@ -10005,7 +10005,7 @@ if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         ALTER TABLE suggestions DROP COLUMN mailoverseeing;
     });
-    print "Upgrade to $DBversion done (Bug 13006: Drop column suggestion.mailoverseeing)";
+    print "Upgrade to $DBversion done (Bug 13006: Drop column suggestion.mailoverseeing)\n";
     SetVersion($DBversion);
 }