Bug 8002 follow-up for the follow-up, DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 14 Sep 2012 13:46:08 +0000 (15:46 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 14 Sep 2012 13:46:08 +0000 (15:46 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index b503c41..7e8e8c2 100755 (executable)
@@ -5781,7 +5781,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.09.00.XXX";
+$DBversion = "3.09.00.045";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("ALTER TABLE borrower_attribute_types MODIFY category_code VARCHAR( 10 ) NULL DEFAULT NULL");
     print "Upgrade to $DBversion done. (Bug 8002: Update patron attribute types table from varchar(1) to varchar(10) category_code)\nWarning to Koha System Administrators: If you use borrower attributes defined by borrower categories, you have to check your configuration. A bug may have removed your attribute links to borrower categories.\nPlease check, and fix it if necessary.";
index 5fdccdd..fa53f73 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.044';
+    our $VERSION = '3.09.00.045';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install