Bugzilla – Attachment 3749 Details for
Bug 5728
Adding note and manager_id fields to accountlines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix KohaVersion and database error
0003-Bug-5728-Adding-kohaversion-and-fix-syntax-error-in-.patch (text/plain), 1.45 KB, created by
Frederic Durand
on 2011-04-06 14:13:51 UTC
(
hide
)
Description:
Fix KohaVersion and database error
Filename:
MIME Type:
Creator:
Frederic Durand
Created:
2011-04-06 14:13:51 UTC
Size:
1.45 KB
patch
obsolete
>From 58295962b1e7b1f323b3423eb24cacbe0cde361b Mon Sep 17 00:00:00 2001 >From: fdurand <frederic.durand@univ-lyon2.fr> >Date: Wed, 6 Apr 2011 15:51:33 +0200 >Subject: [PATCH 3/3] [SIGNED-OFF] Bug 5728: Adding kohaversion and fix syntax error in updatedatabase.pl > > >Signed-off-by: fdurand <frederic.durand@univ-lyon2.fr> >--- > installer/data/mysql/updatedatabase.pl | 2 +- > kohaversion.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 1b349e2..484724c 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -4234,7 +4234,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { > SetVersion($DBversion); > } > >-$DBversion = '3.03.00.045'; >+$DBversion = 'XXX'; > if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { > $dbh->do("ALTER TABLE `accountlines` ADD `note` text NULL default NULL"); > $dbh->do("ALTER TABLE `accountlines` ADD `manager_id` int( 11 ) NULL "); >diff --git a/kohaversion.pl b/kohaversion.pl >index 9bb910d..aa2eac2 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.03.00.044'; >+ our $VERSION = 'XXX'; > # version needs to be set this way > # so that it can be picked up by Makefile.PL > # during install >-- >1.7.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 5728
:
3379
|
3412
|
3748
| 3749