From: Sam Reed Date: Tue, 1 Feb 2011 18:35:38 +0000 (+0000) Subject: For bug 24129 and a followup to r23239, there was never a patch to transfer from... X-Git-Tag: 1.31.0-rc.0~32272 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=478a6f910a21ce80b44619bf3bc75fe2e9140c08;p=lhc%2Fweb%2Fwiklou.git For bug 24129 and a followup to r23239, there was never a patch to transfer from VARCHAR/VARBINARY(10) to VARBINARY(20) Need to work out how to fit it into the updaters... --- diff --git a/maintenance/archives/patch-langlinks-ll_lang-20.sql b/maintenance/archives/patch-langlinks-ll_lang-20.sql new file mode 100644 index 0000000000..ce026382ae --- /dev/null +++ b/maintenance/archives/patch-langlinks-ll_lang-20.sql @@ -0,0 +1,3 @@ +ALTER TABLE /*$wgDBprefix*/langlinks + MODIFY `ll_lang` + VARBINARY(20) NOT NULL DEFAULT ''; \ No newline at end of file