Bugzilla – Attachment 34294 Details for
Bug 12404
CSV profiles improvements (concatenations, substrings, conditions...)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
DBRev 3.19.00.000: keep moving
DBRev-31900000-keep-moving.patch (text/plain), 1.40 KB, created by
Biblibre Sandboxes
on 2014-12-11 09:03:55 UTC
(
hide
)
Description:
DBRev 3.19.00.000: keep moving
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2014-12-11 09:03:55 UTC
Size:
1.40 KB
patch
obsolete
>From c69ff84bfb69983e4117ff42d4681fb6e3b67b19 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 4 Dec 2014 14:15:05 -0300 >Subject: [PATCH] DBRev 3.19.00.000: keep moving > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> > >Signed-off-by: scourret@gmail.com <2> > >http://bugs.koha-community.org/show_bug.cgi?id=12404 >--- > installer/data/mysql/updatedatabase.pl | 6 ++++++ > kohaversion.pl | 2 +- > 2 files changed, 7 insertions(+), 1 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 97cbf9f..cf17e0b 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -9579,6 +9579,12 @@ if ( CheckVersion($DBversion) ) { > SetVersion ($DBversion); > } > >+$DBversion = "3.19.00.000"; >+if ( CheckVersion($DBversion) ) { >+ print "Upgrade to $DBversion done (there's life after 3.18)\n"; >+ SetVersion ($DBversion); >+} >+ > =head1 FUNCTIONS > > =head2 TableExists($table) >diff --git a/kohaversion.pl b/kohaversion.pl >index ea58959..1baec5f 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.18.00.000'; >+ our $VERSION = '3.19.00.000'; > # version needs to be set this way > # so that it can be picked up by Makefile.PL > # during install >-- >1.7.2.5
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 12404
:
28767
|
28768
|
28769
|
28770
|
28771
|
33170
|
33171
|
33172
|
33173
|
33174
|
33263
|
33477
|
34288
|
34289
|
34290
|
34291
|
34292
|
34293
|
34294
|
34300
|
34301
|
34302
|
34303
|
34405
|
34406
|
34407
|
34408
|
34409
|
34410
|
34411
|
35048
|
35049
|
35050
|
35051
|
35052
|
35053
|
35054