For bug 24129 and a followup to r23239, there was never a patch to transfer from...
authorSam Reed <reedy@users.mediawiki.org>
Tue, 1 Feb 2011 18:35:38 +0000 (18:35 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 1 Feb 2011 18:35:38 +0000 (18:35 +0000)
Need to work out how to fit it into the updaters...

maintenance/archives/patch-langlinks-ll_lang-20.sql [new file with mode: 0644]

diff --git a/maintenance/archives/patch-langlinks-ll_lang-20.sql b/maintenance/archives/patch-langlinks-ll_lang-20.sql
new file mode 100644 (file)
index 0000000..ce02638
--- /dev/null
@@ -0,0 +1,3 @@
+ALTER TABLE /*$wgDBprefix*/langlinks
+       MODIFY `ll_lang`
+       VARBINARY(20) NOT NULL DEFAULT '';
\ No newline at end of file