Bug 5742 follow-up DB rev number

This commit is contained in:
Paul Poulain 2012-05-15 18:02:05 +02:00
parent aa34994174
commit 978ac74b34
2 changed files with 2 additions and 6 deletions

View file

@ -5239,11 +5239,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.07.00.XXX";
$DBversion = "3.09.00.004";
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
$dbh->do("INSERT IGNORE INTO permissions (module_bit, code, description) VALUES('13', 'edit_patrons', 'Perform batch modifivation of patrons')");
print "Upgrade to $DBversion done (Adds permissions flag for access to the patron modifications tool)\n";

View file

@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
use strict;
sub kohaversion {
our $VERSION = '3.09.00.003';
our $VERSION = '3.09.00.004';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install