Bugzilla – Attachment 74372 Details for
Bug 11249
Add db indexes on borrowers names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11249: DBRev 3.15.00.006
Bug-11249-DBRev-31500006.patch (text/plain), 1.60 KB, created by
David Gustafsson
on 2018-04-17 18:03:21 UTC
(
hide
)
Description:
Bug 11249: DBRev 3.15.00.006
Filename:
MIME Type:
Creator:
David Gustafsson
Created:
2018-04-17 18:03:21 UTC
Size:
1.60 KB
patch
obsolete
>From 20589801e08bb725e6424bcb020968de863bd8ed Mon Sep 17 00:00:00 2001 >From: Galen Charlton <gmc@esilibrary.com> >Date: Tue, 17 Dec 2013 15:32:17 +0000 >Subject: [PATCH] Bug 11249: DBRev 3.15.00.006 > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> >--- > installer/data/mysql/updatedatabase.pl | 4 ++-- > kohaversion.pl | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index c2f132e1df..31205133ee 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -7831,7 +7831,7 @@ if ( CheckVersion($DBversion) ) { > SetVersion ($DBversion); > } > >-$DBversion = "3.15.00.XXX"; >+$DBversion = "3.15.00.006"; > if(CheckVersion($DBversion)) { > $dbh->do(q{ > ALTER TABLE `borrowers` >@@ -7839,7 +7839,7 @@ if(CheckVersion($DBversion)) { > ADD KEY `firstname_idx` (`firstname`(255)), > ADD KEY `othernames_idx` (`othernames`(255)) > }); >- print "Upgrade to $DBversion done (Bug 11249 - Add db indexes on borrowers names)\n"; >+ print "Upgrade to $DBversion done (Bug 11249 - Add DB indexes on borrower names)\n"; > SetVersion($DBversion); > } > >diff --git a/kohaversion.pl b/kohaversion.pl >index fe7fa1b5f2..f0d6bcedc7 100644 >--- a/kohaversion.pl >+++ b/kohaversion.pl >@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : > use strict; > > sub kohaversion { >- our $VERSION = '3.15.00.005'; >+ our $VERSION = '3.15.00.006'; > # version needs to be set this way > # so that it can be picked up by Makefile.PL > # during install >-- >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 11249
:
22930
|
23001
|
23223
|
23262
|
74372