Bumping database version number
This commit is contained in:
parent
67a560e643
commit
3f02084164
2 changed files with 2 additions and 2 deletions
|
@ -4354,7 +4354,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
||||||
SetVersion ($DBversion);
|
SetVersion ($DBversion);
|
||||||
}
|
}
|
||||||
|
|
||||||
$DBversion = "3.05.00.XXX";
|
$DBversion = "3.05.00.003";
|
||||||
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
||||||
$dbh->do(qq{
|
$dbh->do(qq{
|
||||||
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OpacRenewalBranch','checkoutbranch','Choose how the branch for an OPAC renewal is recorded in statistics','itemhomebranch|patronhomebranch|checkoutbranch|null','Choice');
|
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OpacRenewalBranch','checkoutbranch','Choose how the branch for an OPAC renewal is recorded in statistics','itemhomebranch|patronhomebranch|checkoutbranch|null','Choice');
|
||||||
|
|
|
@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
sub kohaversion {
|
sub kohaversion {
|
||||||
our $VERSION = '3.05.00.002';
|
our $VERSION = '3.05.00.003';
|
||||||
# version needs to be set this way
|
# version needs to be set this way
|
||||||
# so that it can be picked up by Makefile.PL
|
# so that it can be picked up by Makefile.PL
|
||||||
# during install
|
# during install
|
||||||
|
|
Loading…
Reference in a new issue