Bugzilla – Attachment 151161 Details for
Bug 33488
Library transfer limits should have an index on fromBranch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33488: (QA follow-up) Fix index name
Bug-33488-QA-follow-up-Fix-index-name.patch (text/plain), 975 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2023-05-12 20:46:06 UTC
(
hide
)
Description:
Bug 33488: (QA follow-up) Fix index name
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-05-12 20:46:06 UTC
Size:
975 bytes
patch
obsolete
>From 66af59210bd7cf8331b30ba562214262ab756d71 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 12 May 2023 17:45:16 -0300 >Subject: [PATCH] Bug 33488: (QA follow-up) Fix index name > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > installer/data/mysql/kohastructure.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 882e051fefc..9ae8fd76e36 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -1550,7 +1550,7 @@ CREATE TABLE `branch_transfer_limits` ( > `itemtype` varchar(10) DEFAULT NULL, > `ccode` varchar(80) DEFAULT NULL, > PRIMARY KEY (`limitId`), >- KEY `fromBranch_index` (`fromBranch`) >+ KEY `fromBranch_idx` (`fromBranch`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; > /*!40101 SET character_set_client = @saved_cs_client */; > >-- >2.40.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 33488
:
149458
|
149912
|
149913
|
150077
| 151161