Skip to content

Commit 7c263c6

Browse files
AndrewKostkadati18
andauthored
Fix missing rebuildItemTerms in MediaWiki updatelog (#1023)
Bug: [T412133](https://phabricator.wikimedia.org/T412133) --------- Co-authored-by: Dat <dat.nguyen@wikimedia.de>
1 parent 9956e88 commit 7c263c6

2 files changed

Lines changed: 1186 additions & 1 deletion

File tree

database/mw/cleanSql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// TODO allow passing in file? or run for all files?
88
$placeholder = '<<prefix>>_';
9-
$filename = __DIR__ . '/new/mw1.43-wbs1.sql';
9+
$filename = __DIR__ . '/new/mw1.43-wbs2.sql';
1010

1111
// Get the file
1212
$text = file_get_contents($filename);

0 commit comments

Comments
 (0)