From 478a6f910a21ce80b44619bf3bc75fe2e9140c08 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 1 Feb 2011 18:35:38 +0000 Subject: [PATCH] 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... --- maintenance/archives/patch-langlinks-ll_lang-20.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 maintenance/archives/patch-langlinks-ll_lang-20.sql 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 -- 2.20.1