Bugzilla – Attachment 74655 Details for
Bug 20482
language_rfc4646_to_iso639 uses some Terminology instead of Bibliographic codes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20482: (QA follow-up) Correct code in atomic update
Bug-20482-QA-follow-up-Correct-code-in-atomic-upda.patch (text/plain), 1.21 KB, created by
Nick Clemens (kidclamp)
on 2018-04-20 17:37:24 UTC
(
hide
)
Description:
Bug 20482: (QA follow-up) Correct code in atomic update
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-04-20 17:37:24 UTC
Size:
1.21 KB
patch
obsolete
>From 656a9c30b11b580d37e88175bc5ec2c463c5b1a3 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 20 Apr 2018 17:36:15 +0000 >Subject: [PATCH] Bug 20482: (QA follow-up) Correct code in atomic update > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > installer/data/mysql/atomicupdate/bug_20482_update_language_codes.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_20482_update_language_codes.sql b/installer/data/mysql/atomicupdate/bug_20482_update_language_codes.sql >index a06c8fe..ae7d1aa 100644 >--- a/installer/data/mysql/atomicupdate/bug_20482_update_language_codes.sql >+++ b/installer/data/mysql/atomicupdate/bug_20482_update_language_codes.sql >@@ -1,3 +1,3 @@ > UPDATE language_rfc4646_to_iso639 SET iso639_2_code = 'baq' WHERE iso639_2_code = 'eus' AND rfc4646_subtag = 'eu'; >-UPDATE language_rfc4646_to_iso639 SET iso639_2_code = 'mri' WHERE iso639_2_code = 'mri' AND rfc4646_subtag = 'mi'; >+UPDATE language_rfc4646_to_iso639 SET iso639_2_code = 'mao' WHERE iso639_2_code = 'mri' AND rfc4646_subtag = 'mi'; > UPDATE language_rfc4646_to_iso639 SET iso639_2_code = 'alb' WHERE iso639_2_code = 'sqi' AND rfc4646_subtag = 'sq'; >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20482
:
73361
|
74654
| 74655