r13512 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13511‎ | r13512 | r13513 >
Date:18:12, 5 April 2006
Author:robchurch
Status:old
Tags:
Comment:
(bug 5462) Bogus missing patch warning in updater
Modified paths:
  • /branches/REL1_6/phase3/maintenance/updaters.inc (modified) (history)

Diff [purge]

Index: branches/REL1_6/phase3/maintenance/updaters.inc
@@ -687,7 +687,7 @@
688688
689689 if( $info->not_null ) {
690690 echo "Making wl_notificationtimestamp nullable... ";
691 - dbsource( 'maintenance/archives/patch-watchlist-null.sql', $wgDatabase );
 691+ dbsource( archive( 'patch-watchlist-null.sql' ), $wgDatabase );
692692 echo "ok\n";
693693 } else {
694694 echo "...wl_notificationtimestamp is already nullable.\n";

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r13511(bug 5462) Bogus missing patch warning in updaterrobchurch18:12, 5 April 2006

Status & tagging log