Bugzilla – Attachment 138611 Details for
Bug 29632
Callnumber sorting is incorrect in Elasticsearch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29632: (QA follow-up) Fix COMMENT discrepancy on upgrade
Bug-29632-QA-follow-up-Fix-COMMENT-discrepancy-on-.patch (text/plain), 1.21 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-08-04 12:57:49 UTC
(
hide
)
Description:
Bug 29632: (QA follow-up) Fix COMMENT discrepancy on upgrade
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-08-04 12:57:49 UTC
Size:
1.21 KB
patch
obsolete
>From e544ff4345498902dad76acfc7077b473870a74a Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 4 Aug 2022 09:55:16 -0300 >Subject: [PATCH] Bug 29632: (QA follow-up) Fix COMMENT discrepancy on upgrade > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > installer/data/mysql/db_revs/220600017.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/220600017.pl b/installer/data/mysql/db_revs/220600017.pl >index 0c224d0eab8..d7a671ae9d3 100755 >--- a/installer/data/mysql/db_revs/220600017.pl >+++ b/installer/data/mysql/db_revs/220600017.pl >@@ -1,7 +1,7 @@ > use Modern::Perl; > > return { >- bug_number => "29632 ", >+ bug_number => "29632", > description => "Add callnumber type to allow sorting", > up => sub { > my ($args) = @_; >@@ -9,6 +9,7 @@ return { > $dbh->do(q{ > ALTER TABLE `search_field` MODIFY COLUMN `type` > enum('','string','date','number','boolean','sum','isbn','stdno','year','callnumber') NOT NULL >+ COMMENT 'what type of data this holds, relevant when storing it in the search engine' > }); > say $out "Add callnumber to search_field type enum"; > }, >-- >2.34.1
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 29632
:
136682
|
136754
|
137182
|
137539
|
137605
|
137606
|
137823
| 138611 |
139827