Bugzilla – Attachment 114961 Details for
Bug 27351
UsageStatsCountry system preference wrong type YesNo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27351: (QA follow-up) Use skeleton.perl and add description
Bug-27351-QA-follow-up-Use-skeletonperl-and-add-de.patch (text/plain), 1.43 KB, created by
Nick Clemens (kidclamp)
on 2021-01-08 13:37:12 UTC
(
hide
)
Description:
Bug 27351: (QA follow-up) Use skeleton.perl and add description
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-01-08 13:37:12 UTC
Size:
1.43 KB
patch
obsolete
>From c3290cec57d40dfe02ba702c4a6c38954d5cbfda Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 8 Jan 2021 13:35:38 +0000 >Subject: [PATCH] Bug 27351: (QA follow-up) Use skeleton.perl and add > description > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > installer/data/mysql/atomicupdate/bug_27351.perl | 5 +++++ > installer/data/mysql/atomicupdate/bug_27351.sql | 1 - > 2 files changed, 5 insertions(+), 1 deletion(-) > create mode 100644 installer/data/mysql/atomicupdate/bug_27351.perl > delete mode 100644 installer/data/mysql/atomicupdate/bug_27351.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_27351.perl b/installer/data/mysql/atomicupdate/bug_27351.perl >new file mode 100644 >index 0000000000..f5f0aa24a3 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_27351.perl >@@ -0,0 +1,5 @@ >+$DBversion = 'XXX'; >+if( CheckVersion( $DBversion ) ) { >+ $dbh->do(q{UPDATE systempreferences SET `type` = 'Choice' WHERE `variable` = 'UsageStatsCountry'}); >+ NewVersion( $DBversion, 27351, "Set type for UsageStatsCountry to Choice"); >+} >diff --git a/installer/data/mysql/atomicupdate/bug_27351.sql b/installer/data/mysql/atomicupdate/bug_27351.sql >deleted file mode 100644 >index 25d0013793..0000000000 >--- a/installer/data/mysql/atomicupdate/bug_27351.sql >+++ /dev/null >@@ -1 +0,0 @@ >-UPDATE systempreferences SET `type` = 'Choice' WHERE `variable` = 'UsageStatsCountry'; >\ No newline at end of file >-- >2.11.0
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 27351
:
114891
|
114920
|
114960
| 114961